Use pgwui_testing pytest plugin
authorKarl O. Pinc <kop@meme.com>
Thu, 15 Nov 2018 02:41:38 +0000 (20:41 -0600)
committerKarl O. Pinc <kop@meme.com>
Thu, 15 Nov 2018 02:41:38 +0000 (20:41 -0600)
setup.py
tox.ini

index d82f10484a234dd420c9730742094a6a68d91148..e96ff09debea432e5071d0d542b931ad979e3613 100644 (file)
--- 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 cc81b771b609b78706945d0784c8b2ecf7e16f84..95ebaab39fe396e46a835fabee9f59b8c08342ce 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -11,6 +11,7 @@ deps =
     check-manifest
     cmarkgfm
     flake8
+    pgwui_testing
     pytest
     pytest-cov
     twine