This repository has been archived by the owner on May 6, 2024. It is now read-only.
Tests for the Python scripts in ./bin
#130
Labels
enhancement
Improvement for existing functionality
Description of feature
It would be great to have tests for all the quantms pipeline's Python code.
The automated tests would make the development much more enjoyable and have the benefit to speed up development.
There are a couple of considerations:
tests
folder in./bin/
?Some example of tests for
./bin/diann_convert.py
NB: the tests require all dependencies of the scripts and hence can not be run on all infrastructure. e.g. there is no openms version for MacOS. So tests might have to be run in containers or some other solution would have to be found.
The text was updated successfully, but these errors were encountered: