fx, xy unit tests added to higher.

add --run-slow flag for pytest in conftest.py

run --run-slow in pre-commit

call tests.command.reset() before each test run
This commit is contained in:
onyx-and-iris
2022-07-16 21:22:45 +01:00
parent 1a6f3d6c73
commit 312d5847ef
4 changed files with 92 additions and 3 deletions

View File

@@ -35,6 +35,7 @@ data = Data()
def setup_module():
print(f"\nRunning tests for kind [{data.name}]\n", file=sys.stdout)
tests.login()
tests.command.reset()
def teardown_module():