pytest-rst 0.1.5

Last updated:

0 purchases

pytest-rst 0.1.5 Image
pytest-rst 0.1.5 Images
Add to Cart

Description:

pytestrst 0.1.5

pytest-rst run python tests in ReStructuredText
Code block must have :name: attribute starts with test_.

Example
This block will running as a pytest test-case:
.. code-block:: python
:name: test_first

assert True
assert True
This block just not running:
.. code-block:: python

# not a test
assert False
# not a test
assert False


Versioning
This software follows Semantic Versioning

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.