Skip to content

Commit 0b52b2d

Browse files
committed
Merge branch 'main' of github.com:agentmorris/MegaDetector
2 parents 1386412 + bd79341 commit 0b52b2d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

developers.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,10 +388,14 @@ This contains:
388388

389389
This repo uses `pytest` for testing; cd to the repo root and run:
390390

391-
`pytest -v`
391+
`pytest -vv`
392392

393393
...to run tests.
394394

395+
`pytest -vv -s -x`
396+
397+
...will show output rather than eating it (-s) and quit after the first failure (-x).
398+
395399
### Running the most important tests
396400

397401
The most important tests - the ones about actually running models - are in md_tests.py. These are run by the automated test suite, but to run them manually, you can do something like:

0 commit comments

Comments
 (0)