METADATA 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. Metadata-Version: 2.1
  2. Name: pytest-html
  3. Version: 3.1.1
  4. Summary: pytest plugin for generating HTML reports
  5. Home-page: https://github.com/pytest-dev/pytest-html
  6. Author: Dave Hunt
  7. Author-email: dhunt@mozilla.com
  8. License: Mozilla Public License 2.0 (MPL 2.0)
  9. Keywords: py.test pytest html report
  10. Platform: UNKNOWN
  11. Classifier: Development Status :: 5 - Production/Stable
  12. Classifier: Framework :: Pytest
  13. Classifier: Intended Audience :: Developers
  14. Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
  15. Classifier: Operating System :: POSIX
  16. Classifier: Operating System :: Microsoft :: Windows
  17. Classifier: Operating System :: MacOS :: MacOS X
  18. Classifier: Topic :: Software Development :: Quality Assurance
  19. Classifier: Topic :: Software Development :: Testing
  20. Classifier: Topic :: Utilities
  21. Classifier: Programming Language :: Python
  22. Classifier: Programming Language :: Python :: 3
  23. Classifier: Programming Language :: Python :: 3.6
  24. Classifier: Programming Language :: Python :: 3.7
  25. Classifier: Programming Language :: Python :: 3.8
  26. Classifier: Programming Language :: Python :: 3.9
  27. Classifier: Programming Language :: Python :: 3 :: Only
  28. Requires-Python: >=3.6
  29. Requires-Dist: pytest (!=6.0.0,>=5.0)
  30. Requires-Dist: pytest-metadata
  31. pytest-html
  32. ===========
  33. pytest-html is a plugin for `pytest <http://pytest.org>`_ that generates a HTML report for test results.
  34. .. image:: https://img.shields.io/badge/license-MPL%202.0-blue.svg
  35. :target: https://github.com/pytest-dev/pytest-html/blob/master/LICENSE
  36. :alt: License
  37. .. image:: https://img.shields.io/pypi/v/pytest-html.svg
  38. :target: https://pypi.python.org/pypi/pytest-html/
  39. :alt: PyPI
  40. .. image:: https://img.shields.io/conda/vn/conda-forge/pytest-html.svg
  41. :target: https://anaconda.org/conda-forge/pytest-html
  42. :alt: Conda Forge
  43. .. image:: https://github.com/pytest-dev/pytest-html/workflows/gh/badge.svg
  44. :target: https://github.com/pytest-dev/pytest-html/actions
  45. :alt: CI
  46. .. image:: https://img.shields.io/requires/github/pytest-dev/pytest-html.svg
  47. :target: https://requires.io/github/pytest-dev/pytest-html/requirements/?branch=master
  48. :alt: Requirements
  49. .. image:: https://codecov.io/gh/pytest-dev/pytest-html/branch/master/graph/badge.svg?token=Y0myNKkdbi
  50. :target: https://codecov.io/gh/pytest-dev/pytest-html
  51. :alt: Codecov
  52. Resources
  53. ---------
  54. - `Documentation <https://pytest-html.readthedocs.io/en/latest/>`_
  55. - `Release Notes <http://github.com/pytest-dev/pytest-html/blob/master/CHANGES.rst>`_
  56. - `Issue Tracker <http://github.com/pytest-dev/pytest-html/issues>`_
  57. - `Code <http://github.com/pytest-dev/pytest-html/>`_
  58. Contributing
  59. ------------
  60. We welcome contributions.
  61. To learn more, see `Development <https://pytest-html.readthedocs.io/en/latest/development.html>`_
  62. Screenshots
  63. -----------
  64. .. image:: https://cloud.githubusercontent.com/assets/122800/11952194/62daa964-a88e-11e5-9745-2aa5b714c8bb.png
  65. :target: https://cloud.githubusercontent.com/assets/122800/11951695/f371b926-a88a-11e5-91c2-499166776bd3.png
  66. :alt: Enhanced HTML report