From: Karl O. Pinc Date: Thu, 15 Nov 2018 02:41:38 +0000 (-0600) Subject: Use pgwui_testing pytest plugin X-Git-Url: https://papio.biology.duke.edu/gitweb/?a=commitdiff_plain;h=34ce0113d477fe84843780808735e833a620a2c2;p=pgwui_upload_core Use pgwui_testing pytest plugin --- diff --git a/setup.py b/setup.py index d82f104..e96ff09 100644 --- a/setup.py +++ b/setup.py @@ -59,6 +59,7 @@ long_description = filter_readme() # Pyramid testing requirements tests_require = [ + 'pgwui_testing==' + version, 'WebTest >= 1.3.1', # py3 compat 'pytest>=3.7.4', 'pytest-cov', diff --git a/tox.ini b/tox.ini index cc81b77..95ebaab 100644 --- a/tox.ini +++ b/tox.ini @@ -11,6 +11,7 @@ deps = check-manifest cmarkgfm flake8 + pgwui_testing pytest pytest-cov twine