Add tests #61
Labels
flag: good 1st issue
Good for newcomers
type flag: meta
Generic issue that will spawn more specific issues
type: testing
Related to code testing
Is your feature request related to a problem? Please describe.
Add unit and/or integration tests.
This is a "meta" issue, please leave it open and do not assign yourself to it. Instead, please open up a new issue for any one particular test that you wish to implement and assign yourself for that issue. Make sure that the issue has the bh19 label and starts with the name "Test" and some descriptive label, e.g., for a unit test that could be the tested function's name.
If you implement a new type of test, please add link to it in section Examples below.
Please add any helpful context, background info, framework in section Additional context below.
Describe the solution you'd like
Describe alternatives you've considered
N/A
Examples
pytest
: https://github.com/elixir-europe/TEStribute/tree/dev/testsAdditional context
Many of the tests will require a WES client, such as this: elixir-europe/WES-cli
The text was updated successfully, but these errors were encountered: