mirror of
https://github.com/onyx-and-iris/vban-cmd-python.git
synced 2026-04-18 13:03:31 +00:00
now calling command.reset() before each test run
factory unit tests added --run-slow flag added to pre-commit. (ensure all tests are run)
This commit is contained in:
@@ -43,6 +43,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():
|
||||
|
||||
Reference in New Issue
Block a user