Add a test case that switches devel project in its life time

This commit is contained in:
Stephan Kulow
2022-11-03 09:47:53 +01:00
parent 6dd3cf3eba
commit f5b3e42165
6 changed files with 10145 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
all:
isort -rc .
isort *.py lib/*py tests/*py
autoflake -r --in-place --remove-unused-variables .
black .