aboutsummaryrefslogtreecommitdiffstats
path: root/conftest.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2015-01-01 23:31:22 -0500
committerJason R. Coombs <jaraco@jaraco.com>2015-01-01 23:31:22 -0500
commitf8285cac4b95e6b43869e27093ef04552e665681 (patch)
tree32fa72721e61c40046d4a110df00b0a083e9a33d /conftest.py
parentc3319da5b2e4a8d597a5b27d4a034199eea78745 (diff)
downloadexternal_python_setuptools-f8285cac4b95e6b43869e27093ef04552e665681.tar.gz
external_python_setuptools-f8285cac4b95e6b43869e27093ef04552e665681.tar.bz2
external_python_setuptools-f8285cac4b95e6b43869e27093ef04552e665681.zip
Move fixture to a fixtures module and make that fixture available globally.
Diffstat (limited to 'conftest.py')
-rw-r--r--conftest.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/conftest.py b/conftest.py
new file mode 100644
index 00000000..a513bb9e
--- /dev/null
+++ b/conftest.py
@@ -0,0 +1 @@
+pytest_plugins = 'setuptools.tests.fixtures'