Skip to content

Commit

Permalink
Simplify pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno P. Kinoshita committed Nov 20, 2018
1 parent 89a0d7e commit d96b94d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pytest.ini
@@ -1,8 +1,6 @@
[pytest]
console_output_style = classic
addopts = --verbose --cov-append --cov=pccora
--doctest-modules
--ignore=scripts
addopts = --verbose --doctest-modules --ignore=scripts
testpaths =
./tests
./pccora

0 comments on commit d96b94d

Please sign in to comment.