Skip to content

Commit

Permalink
Ignore the doc directory for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jni committed Mar 3, 2015
1 parent a2d4d6e commit 71a908b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[run]
omit =
doc/*
*test_package*
*test_*
*generate_test_results*
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
; run doctests (--doctest-modules)
; run coverage (--cov .)
; report uncovered lines (--cov-report term-missing)
addopts = --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 --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 --doctest-modules --cov . --cov-report term-missing

0 comments on commit 71a908b

Please sign in to comment.