Format and clean test files
The following discussion from !106 (merged) should be addressed:
-
@vzavadskyi started a discussion: (+1 comment) @maxfl thank you for MR. Questions:
- Some tests have a numerical identifier in the end of the name. Like
00and01. However, what is agreement on the numbering of tests? 19 tests havetestname_00(grep -Rni "def\ test_.*00(" tests/ | wc -l). At the same time, 44 tests hasetestname_01(grep -Rni "def\ test_.*01(" tests/ | wc -l). - Could we run
isortfor module files and tests? - Do we use any linter for module files and tests?
- Some tests have a numerical identifier in the end of the name. Like