sourmash-bio / sourmash

Quickly search, compare, and analyze genomic and metagenomic data sets.
http://sourmash.readthedocs.io/en/latest/
Other
473 stars 80 forks source link

add pytest test subselection instructions to developer docs #1325

Open ctb opened 3 years ago

ctb commented 3 years ago

I use -k quite a bit to select a subset of tests, as well as specific files -

e.g.

py.test tests/test_sourmash.py -k sbt

would run all of the tests from test_sourmash.py with sbt in the name.

we should add this to the dev or getting-started docs.

ctb commented 3 years ago

I've also started using -x more.