Closed mikkonie closed 2 months ago
These should be renamed to the scheme set in SODAR v1.0 for consistency. Instead of TestXXXBase it should be XXXTestBase
TestXXXBase
XXXTestBase
This is done because Test* classes denote tests and no actual tests are performed in these base classes.
Test*
It seems this has previously mostly been done, but some classes with incorrect names still remain.
Done.
These should be renamed to the scheme set in SODAR v1.0 for consistency. Instead of
TestXXXBase
it should beXXXTestBase
This is done because
Test*
classes denote tests and no actual tests are performed in these base classes.It seems this has previously mostly been done, but some classes with incorrect names still remain.