Change component name from pgwui_testing to pgwui_develop
authorKarl O. Pinc <kop@karlpinc.com>
Tue, 26 Jan 2021 04:00:03 +0000 (22:00 -0600)
committerKarl O. Pinc <kop@karlpinc.com>
Tue, 26 Jan 2021 04:00:03 +0000 (22:00 -0600)
commite7521805a5908992899ed4e28d4095c045093778
tree615ce9d1592896bf21a3e1890b17594c6a3d1464
parent66ecfb823fad357596fbcf4f62e5d384812592f9
Change component name from pgwui_testing to pgwui_develop
69 files changed:
.coveragerc
.gitignore
MANIFEST.in
Makefile
README.rst
README.template
pip_setup
setup.py
src/pgwui_develop/TEMPLATE/.coveragerc.mak [new file with mode: 0644]
src/pgwui_develop/TEMPLATE/.gitignore.mak [new file with mode: 0644]
src/pgwui_develop/TEMPLATE/LICENSE.txt [new file with mode: 0644]
src/pgwui_develop/TEMPLATE/MANIFEST.in.mak [new file with mode: 0644]
src/pgwui_develop/TEMPLATE/Makefile.mak [new file with mode: 0644]
src/pgwui_develop/TEMPLATE/Makefile_pgwui.mk [new file with mode: 0644]
src/pgwui_develop/TEMPLATE/README.rst.mak [new file with mode: 0644]
src/pgwui_develop/TEMPLATE/help.mk [new file with mode: 0644]
src/pgwui_develop/TEMPLATE/setup.cfg [new file with mode: 0644]
src/pgwui_develop/TEMPLATE/setup.py.mak [new file with mode: 0644]
src/pgwui_develop/TEMPLATE/src/pgwui_TEMPLATE/VERSION [new file with mode: 0644]
src/pgwui_develop/TEMPLATE/src/pgwui_TEMPLATE/__init__.py.mak [new file with mode: 0644]
src/pgwui_develop/TEMPLATE/src/pgwui_TEMPLATE/check_settings.py.mak [new file with mode: 0644]
src/pgwui_develop/TEMPLATE/src/pgwui_TEMPLATE/exceptions.py.mak [new file with mode: 0644]
src/pgwui_develop/TEMPLATE/src/pgwui_TEMPLATE/pgwui_TEMPLATE.py.mak [new file with mode: 0644]
src/pgwui_develop/TEMPLATE/src/pgwui_TEMPLATE/templates/TEMPLATE.mak.makish [new file with mode: 0644]
src/pgwui_develop/TEMPLATE/src/pgwui_TEMPLATE/views/TEMPLATE.py.mak [new file with mode: 0644]
src/pgwui_develop/TEMPLATE/src/pgwui_TEMPLATE/views/__init__.py.ish [new file with mode: 0644]
src/pgwui_develop/TEMPLATE/tests/test_check_settings.py.mak [new file with mode: 0644]
src/pgwui_develop/TEMPLATE/tests/test_pgwui_TEMPLATE.py.mak [new file with mode: 0644]
src/pgwui_develop/TEMPLATE/tests/views/test_TEMPLATE.py.mak [new file with mode: 0644]
src/pgwui_develop/TEMPLATE/tox.ini.mak [new file with mode: 0644]
src/pgwui_develop/VERSION [new file with mode: 0644]
src/pgwui_develop/__init__.py [new file with mode: 0644]
src/pgwui_develop/pgwui.py [new file with mode: 0644]
src/pgwui_develop/pytest_plugin.py [new file with mode: 0644]
src/pgwui_develop/pytest_plugin_helpers.py [new file with mode: 0644]
src/pgwui_develop/testing.py [new file with mode: 0644]
src/pgwui_testing/TEMPLATE/.coveragerc.mak [deleted file]
src/pgwui_testing/TEMPLATE/.gitignore.mak [deleted file]
src/pgwui_testing/TEMPLATE/LICENSE.txt [deleted file]
src/pgwui_testing/TEMPLATE/MANIFEST.in.mak [deleted file]
src/pgwui_testing/TEMPLATE/Makefile.mak [deleted file]
src/pgwui_testing/TEMPLATE/Makefile_pgwui.mk [deleted file]
src/pgwui_testing/TEMPLATE/README.rst.mak [deleted file]
src/pgwui_testing/TEMPLATE/help.mk [deleted file]
src/pgwui_testing/TEMPLATE/setup.cfg [deleted file]
src/pgwui_testing/TEMPLATE/setup.py.mak [deleted file]
src/pgwui_testing/TEMPLATE/src/pgwui_TEMPLATE/VERSION [deleted file]
src/pgwui_testing/TEMPLATE/src/pgwui_TEMPLATE/__init__.py.mak [deleted file]
src/pgwui_testing/TEMPLATE/src/pgwui_TEMPLATE/check_settings.py.mak [deleted file]
src/pgwui_testing/TEMPLATE/src/pgwui_TEMPLATE/exceptions.py.mak [deleted file]
src/pgwui_testing/TEMPLATE/src/pgwui_TEMPLATE/pgwui_TEMPLATE.py.mak [deleted file]
src/pgwui_testing/TEMPLATE/src/pgwui_TEMPLATE/templates/TEMPLATE.mak.makish [deleted file]
src/pgwui_testing/TEMPLATE/src/pgwui_TEMPLATE/views/TEMPLATE.py.mak [deleted file]
src/pgwui_testing/TEMPLATE/src/pgwui_TEMPLATE/views/__init__.py.ish [deleted file]
src/pgwui_testing/TEMPLATE/tests/test_check_settings.py.mak [deleted file]
src/pgwui_testing/TEMPLATE/tests/test_pgwui_TEMPLATE.py.mak [deleted file]
src/pgwui_testing/TEMPLATE/tests/views/test_TEMPLATE.py.mak [deleted file]
src/pgwui_testing/TEMPLATE/tox.ini.mak [deleted file]
src/pgwui_testing/VERSION [deleted file]
src/pgwui_testing/__init__.py [deleted file]
src/pgwui_testing/pgwui.py [deleted file]
src/pgwui_testing/pytest_plugin.py [deleted file]
src/pgwui_testing/pytest_plugin_helpers.py [deleted file]
src/pgwui_testing/testing.py [deleted file]
tests/test_pgwui.py
tests/test_pytest_plugin.py
tests/test_pytest_plugin_helpers.py
tests/test_testing.py
tox.ini