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

Remove row sorting hacks from test_isa_export_batch() #2034

Open mikkonie opened 3 weeks ago

mikkonie commented 3 weeks ago

The row sorting hacks used in test_isa_export_batch() make it very confusing trying to debug export problems. It seems this has originally been made due to issues with some ISA-Tab test files.

These issues (if they still exist) should be dealt with in the test files themselves, instead of convoluting the test case. I must have been in a hurry when I made this.