Skip to content

Commit

Permalink
Ignore benchmarks directory in testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jni committed Jun 27, 2016
1 parent 36105be commit a1c5261
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
; ignore files dependent on NeuroProof (--ignore gala/*.py)
; ignore scripts for generating test data (--ignore tests/**.py)
; ignore scripts/ directory (--ignore scripts)
; ignore benchmarks/ directory (--ignore benchmarks)
; run doctests (--doctest-modules)
; run coverage (--cov .)
; report uncovered lines (--cov-report term-missing)
addopts = --ignore doc --ignore gala/test_package.py --ignore tests/toy-data --ignore gala/auto.py --ignore gala/segmentation_stitch.py --ignore gala/stack_np.py --ignore gala/stitch.py --ignore gala/valprob.py --ignore tests/_util/generate-test-results.py --ignore tests/example-data/example.py --ignore scripts --doctest-modules --cov . --cov-report term-missing
addopts = --ignore doc --ignore gala/test_package.py --ignore tests/toy-data --ignore gala/auto.py --ignore gala/segmentation_stitch.py --ignore gala/stack_np.py --ignore gala/stitch.py --ignore gala/valprob.py --ignore tests/_util/generate-test-results.py --ignore tests/example-data/example.py --ignore scripts --ignore benchmarks --doctest-modules --cov . --cov-report term-missing

0 comments on commit a1c5261

Please sign in to comment.