Change component name from pgwui_testing to pgwui_develop
authorKarl O. Pinc <kop@karlpinc.com>
Tue, 26 Jan 2021 03:59:14 +0000 (21:59 -0600)
committerKarl O. Pinc <kop@karlpinc.com>
Tue, 26 Jan 2021 03:59:14 +0000 (21:59 -0600)
setup.py
tests/test_check_settings.py
tests/test_pgwui_upload_core.py
tests/views/test_upload.py
tox.ini

index ca18ebdc98dc916b7220cfe1e095edd26c4dd3d4..83aa618383f8222c7f405d33b1053fa027f4aee9 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 61ad47e5191603c7aa8e7f602dd49bf0155e2f27..39c5036ab593b2641d061c058160d54bc2eb8873 100644 (file)
@@ -24,7 +24,7 @@ import pytest
 import pgwui_upload_core.check_settings as check_settings
 
 from pgwui_common import checkset
-from pgwui_testing import testing
+from pgwui_develop import testing
 
 # Activiate the PGWUI pytest plugins
 pytest_plugins = ("pgwui",)
index 9504d5b73461b38bf1e5f15ab5fb0670bb034886..782a3161e8ec2d7cf4c7e23c658399bf2cf8d9d8 100644 (file)
@@ -1,4 +1,5 @@
-# Copyright (C) 2019, 2020 The Meme Factory, Inc.  http://www.karlpinc.com/
+# Copyright (C) 2019, 2020, 2021 The Meme Factory, Inc.
+# http://www.karlpinc.com/
 
 # This file is part of Pgwui_Upload_Core.
 #
@@ -24,7 +25,7 @@ import pyramid.testing
 
 import pgwui_upload_core.pgwui_upload_core as pgwui_upload_core
 
-from pgwui_testing import testing
+from pgwui_develop import testing
 
 # Activiate our pytest plugin
 pytest_plugins = ("pgwui",)
index 314c73c4af9e004e7ef7c784b9bd1ae15b664fef..580bc525e4ac7e733585293c684573d0656fe2d2 100644 (file)
@@ -28,7 +28,7 @@ from pgwui_core import constants
 from pgwui_upload_core.__init__ import includeme as pgwui_upload_core_includeme
 from pgwui_upload_core import exceptions as upload_ex
 from pgwui_upload_core.views import upload
-from pgwui_testing import testing
+from pgwui_develop import testing
 
 # Activiate our pytest plugin
 pytest_plugins = ("pgwui",)
diff --git a/tox.ini b/tox.ini
index bd889a2879f98ab7ba2494a864ddf8d020080168..1ea296a2a460f32fc13878c4c9c0bfea9abaea5e 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