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

Add unit tests for assay app plugins #1980

Closed mikkonie closed 1 month ago

mikkonie commented 3 months ago

We recently added tests for study app plugins, but assay plugin tests are still missing. Especially with #1946, which gives user a greater freedom to modify how assay links are rendered, these tests become quite necessary.

I'll set up a base test framework as per usual and work from there.

NOTE: Where applicable, test ISA-Tab files should be added to the repo as unarchived files instead of zip archives. Existing data should be similarly altered. Binary blobs shouldn't be committed unless necessary (documentation figures etc).

Taks

mikkonie commented 1 month ago

Done.