bihealth / sodar-server

SODAR: System for Omics Data Access and Retrieval
https://github.com/bihealth/sodar-server
MIT License
14 stars 3 forks source link

Rename base test classes #2001

Closed mikkonie closed 2 months ago

mikkonie commented 2 months ago

These should be renamed to the scheme set in SODAR v1.0 for consistency. Instead of TestXXXBase it should be XXXTestBase

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.

mikkonie commented 2 months ago

Done.