lightning-auriga / snakemake_unit_tests

Candidate supplement to snakemake --generate-unit-tests with more compatible use cases and flexibility.
MIT License
0 stars 1 forks source link

tests with TAP #19

Open lightning-auriga opened 2 years ago

lightning-auriga commented 2 years ago

add tests of the C++ component of the repository. please add more as desired

Big Book o' Tests:

Parameter detection:

lightning-auriga commented 2 years ago

I've added handlers for making individual tests SKIP if the available snakemake version does not meet a minimum level (see for example the test for default_targets in tests/test32.test)

lightning-auriga commented 2 years ago

this list is horrendously old and predates the cppunit content entirely; I keep debating just removing it but I feel like some version of this that's actually updated properly would be beneficial.