summaryrefslogtreecommitdiff
path: root/conftest.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2018-05-11 13:15:48 -0400
committerJason R. Coombs <jaraco@jaraco.com>2018-05-11 13:15:48 -0400
commit4f48f840960e9588909e37c750465c0a6d81316f (patch)
tree667805d683274c5db3e86cbbdb207b8a08e9b527 /conftest.py
parent26a4f64a8af3e23277b73086122bfbfee1101461 (diff)
downloadcherrypy-git-4f48f840960e9588909e37c750465c0a6d81316f.tar.gz
Add docstring.
Diffstat (limited to 'conftest.py')
-rw-r--r--conftest.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/conftest.py b/conftest.py
index c47fca1f..f9d43198 100644
--- a/conftest.py
+++ b/conftest.py
@@ -1,3 +1,8 @@
+"""
+test configuration for pytest
+"""
+
+
collect_ignore = [
# imports win32api, so not viable on some systems
'cherrypy/process/win32.py',