ignore the 'scripts' dir when collecting tests

This commit is contained in:
Robyn Speer 2019-02-20 17:21:07 -05:00
parent 0931f1297d
commit bb1bd50c44

View File

@ -1,2 +1,2 @@
[pytest]
addopts = --doctest-modules --doctest-glob=README.md
addopts = --doctest-modules --doctest-glob=README.md --ignore=scripts