tests: flatten the test structure / merg unit with functional #3243
Labels
discussion
requires active participation to reach a conclusion
testing
Related to the tests and the testing infrastructure
I see no advantage in distinguishing between unit and functional tests.
Now that migratation to pytest is happening, tests are getting more slim and descriptive (thanks to fixtures and helpers), we could fit all the tests of a module in a single file
test_<module>.py
.The text was updated successfully, but these errors were encountered: