Metadata-Version: 2.3
Name: unittest2doc
Version: 0.1.2
Summary: Convert unittest test cases to sphinx doc
License: MIT
Author: Fmajor
Author-email: wujinnnnn@gmail.com
Requires-Python: >3.10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: cloud-sptheme
Requires-Dist: jinja2
Requires-Dist: pyyaml
Requires-Dist: rich
Requires-Dist: sphinx-toolbox
Project-URL: Homepage, https://github.com/Fmajor/unittest2doc
Project-URL: Issues, https://github.com/Fmajor/unittest2doc/issues
Description-Content-Type: text/x-rst

===============
unittest2doc
===============

English | `中文 <https://github.com/Fmajor/unittest2doc/blob/main/README.zh.rst>`_

Convert Python unit tests to documentation.

Installation
------------

.. code-block:: bash

    pip install unittest2doc

Usage
-----

No explanation is better than a direct example. Please refer to https://fmajor.github.io/unittest2doc/
