Change component name from pgwui_testing to pgwui_develop
authorKarl O. Pinc <kop@karlpinc.com>
Tue, 26 Jan 2021 04:00:22 +0000 (22:00 -0600)
committerKarl O. Pinc <kop@karlpinc.com>
Tue, 26 Jan 2021 04:00:22 +0000 (22:00 -0600)
setup.py
tests/test_check_settings.py
tests/test_menu.py
tests/test_pgwui_menu.py
tox.ini

index b97b9d68fb6b607426e24d2535640b7452d98280..729c3f3851309f8b17e587d4a470e77f70b74928 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -59,7 +59,7 @@ long_description = filter_readme()
 
 # Pyramid testing requirements
 tests_require = [
-    'pgwui_testing==' + version,
+    'pgwui_develop==' + version,
     'WebTest >= 1.3.1',  # py3 compat
     'pytest>=3.7.4',
     'pytest-cov',
index 8626dda9d401387d391eaf945acfccd9fac3e797..beca57602491f543a22f6a0150115dc0be604e3a 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2020 The Meme Factory, Inc.  http://www.karlpinc.com/
+# Copyright (C) 2020, 2021 The Meme Factory, Inc.  http://www.karlpinc.com/
 
 # This file is part of PGWUI_Menu.
 #
@@ -24,7 +24,7 @@ import pytest
 import pgwui_menu.check_settings as check_settings
 
 from pgwui_common import checkset
-from pgwui_testing import testing
+from pgwui_develop import testing
 from pgwui_menu import exceptions as menu_ex
 
 # Activiate our pytest plugin
index 43ae6cabd0d4dbc30a9cb850aa200d85d0921dc3..27c3bf1a2778db4dc813a7cb92748cbe012ab472 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2020 The Meme Factory, Inc.  http://www.karlpinc.com/
+# Copyright (C) 2020, 2021 The Meme Factory, Inc.  http://www.karlpinc.com/
 
 # This file is part of PGWUI_Menu.
 #
@@ -27,7 +27,7 @@ import pyramid.testing
 from pgwui_common import plugin, includeme
 from pgwui_menu.views import menu
 
-from pgwui_testing import testing
+from pgwui_develop import testing
 
 # Activiate our pytest plugin
 pytest_plugins = ("pgwui",)
index d17f894dea91c90c5facf6344d6f3676958c3051..0c83b0e64abbec39ac5d4e42f4c7b70af0126ba8 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2020 The Meme Factory, Inc.  http://www.karlpinc.com/
+# Copyright (C) 2020, 2021 The Meme Factory, Inc.  http://www.karlpinc.com/
 
 # This file is part of PGWUI_Menu.
 #
@@ -24,7 +24,7 @@ import pytest
 import pyramid.config
 import pgwui_menu.pgwui_menu as pgwui_menu
 
-from pgwui_testing import testing
+from pgwui_develop import testing
 
 
 # Unit tests
diff --git a/tox.ini b/tox.ini
index bef05d66a3878623f85c93492d51790ebc61a9a5..5fd949845d6137bff9f8d9ed0a3c9cfa2a149cf5 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -11,7 +11,7 @@ deps =
     check-manifest
     cmarkgfm
     flake8
-    pgwui_testing
+    pgwui_develop
     pytest
     pytest-cov
     twine