Register "issue" mark for self-tests

This commit is contained in:
Zac-HD
2019-03-31 14:22:30 +11:00
parent bcc08ffe4d
commit 00810b9b2a
7 changed files with 29 additions and 27 deletions

View File

@@ -166,6 +166,8 @@ filterwarnings =
# Do not cause SyntaxError for invalid escape sequences in py37.
default:invalid escape sequence:DeprecationWarning
pytester_example_dir = testing/example_scripts
markers =
issue
[flake8]
max-line-length = 120