Open aidanheerdegen opened 12 months ago
The tests in test_manifest.py are not independent.
test_manifest.py
Got an error when I tried
pytest test/test_manifest.py -k test_exe_reproduce
because it required state from previous tests. This is bad.
They need refactoring to ensure tests are independent.
The tests in
test_manifest.py
are not independent.Got an error when I tried
because it required state from previous tests. This is bad.
They need refactoring to ensure tests are independent.