Metadata-Version: 2.1
Name: x7-testing
Version: 0.5.1
Summary: X7 helpers for unittest tests
Home-page: https://github.com/gribbg/x7-testing
Author: Glenn Gribble
Author-email: dev@gribbelus.com
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.8
Provides-Extra: tests
License-File: LICENSE

X7-Testing
==========

Helpers for ``unittest`` based tests:

    *   ``maketests`` to create test/update unittest stubs

    *   ``TestCaseExtended`` to support more kinds of ``almostEquals``
        and stored test results for simple regression tests
