add systems test and unit tests to nextflow code

20 views Asked by At

what are the ways and best practices to get a tool with systems test and unit tests that cover and valid a maximum of code?

I already have my tool (nextflow pipeline) but without those tests.

Should I restart the project completely and build a test per new file I will generate? Or can I adapt an existing project?

How to adapt those tests for such code? Any examples?

0

There are 0 answers