Metadata-Version: 2.1
Name: test-report-diff
Version: 0.1.0
Summary: A script to get the diff of 2 test reports. Helps with triaging/investigating large test reports
Home-page: https://github.com/newpage-solutions-inc/test_report_diff
Author: NewPage Solutions
Author-email: InnovationDesk@newpage.io
License: MIT license
Keywords: test report,diff,triage,compare reports
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Environment :: Console
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
License-File: LICENSE
License-File: AUTHORS.rst
Requires-Dist: Click (>=8.1.3)

test-report-diff
================

A script to get the diff of 2 test reports. Helps with triaging/investigating large test reports

-  Free software: MIT license
-  Documentation: https://test-report-diff.readthedocs.io

Usage
-----
.. code-block:: python

    pip install test_report_diff
    test_report_diff --help

Features
--------
-  Compare 2 test reports and get a detailed diff report

Roadmap
-------
- Add support for more test report formats
- Make formatting/output formats more customizable by replacing formatter classes with templates

Credits
-------
This package was created with
`Cookiecutter <https://github.com/audreyr/cookiecutter>`__ and the
`audreyr/cookiecutter-pypackage <https://github.com/audreyr/cookiecutter-pypackage>`__
project template.
