summaryrefslogtreecommitdiff
path: root/pytest.py
diff options
context:
space:
mode:
authorRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2015-07-24 10:05:54 +0200
committerRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2015-09-13 19:55:44 +0200
commit1de38a25fc9c8a6a1cad876b8a7e2cffb503ced2 (patch)
treec448d2ae760b5651ebef2defe71d4f3e66274a6b /pytest.py
parente035f57535327093bc1d693eb885784eda5c564a (diff)
downloadpytest-1de38a25fc9c8a6a1cad876b8a7e2cffb503ced2.tar.gz
use flake8 in the flakes testenv
and extend the ignored errors list so pytest is clean we def have to trim down that one
Diffstat (limited to 'pytest.py')
-rw-r--r--pytest.py9
1 files changed, 8 insertions, 1 deletions
diff --git a/pytest.py b/pytest.py
index 161c44822..e1d12d163 100644
--- a/pytest.py
+++ b/pytest.py
@@ -2,7 +2,14 @@
"""
pytest: unit and functional testing with Python.
"""
-__all__ = ['main']
+__all__ = [
+ 'main',
+ 'UsageError',
+ 'cmdline',
+ 'hookspec',
+ 'hookimpl',
+ '__version__',
+]
if __name__ == '__main__': # if run as a script or by 'python -m pytest'
# we trigger the below "else" condition by the following import