python-teos icon indicating copy to clipboard operation
python-teos copied to clipboard

Refactor e2e tests so they can be ran individually

Open bigspider opened this issue 5 years ago • 1 comments

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.

bigspider avatar Jul 02 '20 10:07 bigspider

After #188, this should be done, but not for e2e tests that still expect to be run in sequence.

bigspider avatar Aug 21 '20 10:08 bigspider