python-teos
python-teos copied to clipboard
Refactor e2e tests so they can be ran individually
Several of the test suites are written in such a way that tests will work if the whole suite is ran in order, but some tests might fail if ran individually, as they depend on side effects of previous tests.
It would be better to make each test independent, perhaps with wider use of fixtures to always set up everything needed for each test.
After #188, this should be done, but not for e2e tests that still expect to be run in sequence.