Metadata-Version: 2.1
Name: regression_testing_utils
Version: 0.1.0
Summary: Collection of Python tools to support execution of regression testing.
Home-page: https://github.com/jai-python3/regression-testing-utils
Author: Jaideep Sundaram
Author-email: jai.python3@gmail.com
Keywords: regression_testing_utils
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
License-File: AUTHORS.rst
Requires-Dist: Click>=7.0
Requires-Dist: Rich
Requires-Dist: PyYAML
Requires-Dist: xlsxwriter

========================
Regression Testing Utils
========================

Collection of Python tools to support execution of regression testing.



Exported Console Scripts
------------------------

The following exported console scripts are available:

- regression-test-runner
- regression-test-config-checker

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.1.0 (2024-02-24)
------------------

* First release on PyPI.
