Trying to add a testsuite in pytest for the tests of pydocstyle.

This commit is contained in:
Dave Halter
2017-06-04 21:10:57 +02:00
parent f13643b6cd
commit 660bbe1971
5 changed files with 50 additions and 15 deletions

View File

@@ -2,7 +2,7 @@
addopts = --doctest-modules
# Ignore broken files inblackbox test directories
norecursedirs = .* docs scripts old*
norecursedirs = .* docs scripts normalizer_issue_files
# Activate `clean_jedi_cache` fixture for all tests. This should be
# fine as long as we are using `clean_jedi_cache` as a session scoped