Metadata-Version: 2.1 Name: pgwui-testing Version: 0.6.0 Summary: Support for regression tests of the PGWUI suite. Home-page: http://pgwui_testing.readthedocs.io/ Author: Karl O. Pinc Author-email: kop@karlpinc.com License: AGPLv3+ Description: PGWUI_Testing ============= Short Documentation ------------------- PGWUI_Testing stands for `PostgreSQL`_ Web User Interface regression testing. Utilities to assist in the testing and development of the PGWUI suite of programs. There are 2 sorts of libraries made available. To enable the pytest plugin: # Activiate the pytest plugin pytest_plugins = ("pgwui",) This makes the following fixtures available: pyramid_config Input: None Is a Pyramid auto-committing Configurator instance. pyramid_request_config Input: None Is a Pyramid auto-committing Configurator instance. Side Effects: pyramid.threadlocal.get_current_request() returns a Pyramid DummyRequest instance. pgwui__component_entry_point Input: A pgwui component name, as a string Returns: Boolean, does the supplied component have a PGWUI component entry point? pgwui_check_settings_entry_point Input: A pgwui component name, as a string Returns: Boolean, does the supplied component have a check_settings entry point? Development Status ------------------ Although in use in production systems the PGWUI suite must be considered Beta code. You may wish to install a specific version to ensure consistent behavior as PGWUI_Testing is developed. Complete Documentation ---------------------- The complete documentation set can be found on the PGWUI_Testing home page at http://pgwui_testing.readthedocs.io/. License ------- Except for files otherwise marked, distributed WITHOUT ANY WARRANTY under the terms of the GNU Affero General Public License, version 3 or a later version at your option. See the copyright notices at the top of each file and the LICENSE.txt file for details. Acknowledgments --------------- Support for extracting PGWUI_Core from GMI_Pyramid, its Python packaging, and further enhancement was provided by `The Dian Fossey Gorilla Fund `_. .. _PostgreSQL: https://www.postgresql.org/ Keywords: PGWUI,testing Platform: UNKNOWN Classifier: Development Status :: 3 - Alpha Classifier: Intended Audience :: Developers Classifier: Environment :: Web Environment Classifier: Framework :: Pyramid Classifier: Framework :: Pytest Classifier: Topic :: Database Classifier: Topic :: Internet :: WWW/HTTP Classifier: Topic :: Software Development :: Libraries :: Application Frameworks Classifier: Topic :: Software Development :: User Interfaces Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+) Classifier: Programming Language :: Python :: 3 Classifier: Programming Language :: Python :: 3.4 Classifier: Programming Language :: Python :: 3.5 Classifier: Programming Language :: Python :: 3.6 Classifier: Programming Language :: Python :: 3.7 Description-Content-Type: text/x-rst Provides-Extra: testing