Skip to content

Commit

Permalink
put doctests back
Browse files Browse the repository at this point in the history
  • Loading branch information
kalefranz committed Oct 15, 2016
1 parent 9855e62 commit a9abf3f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
[tool:pytest]
norecursedirs = .* *.egg* build dist conda/_vendor/* conda-env/*
addopts =
--doctest-modules conda/common
--ignore setup.py
--cov conda
--cov-report xml
--tb native
--strict
--durations 8
doctest_optionflags =
NORMALIZE_WHITESPACE
IGNORE_EXCEPTION_DETAIL
ALLOW_UNICODE
markers =
slow: slow running tests
installed: tests that assume conda is pre-installed on PATH
Expand Down

0 comments on commit a9abf3f

Please sign in to comment.