|
|
@@ -20,6 +20,8 @@ test = pytest
|
|
|
|
|
|
[tool:pytest]
|
|
|
collect_ignore = ['setup.py']
|
|
|
+markers =
|
|
|
+ send_request: mark a test as requiring to send a specific web request (slow).
|
|
|
|
|
|
[coverage:run]
|
|
|
branch = True
|
|
|
@@ -80,5 +82,3 @@ console_scripts =
|
|
|
[options.extras_require]
|
|
|
test =
|
|
|
pytest
|
|
|
-markers =
|
|
|
- send_request: mark a test as requiring to send a specific web request (slow).
|