Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/benji-york/manuel

Manuel lets you mix and match traditional doctests with custom test syntax.
https://github.com/benji-york/manuel

Last synced: 3 months ago
JSON representation

Manuel lets you mix and match traditional doctests with custom test syntax.

Lists

README

        

.. image:: https://raw.githubusercontent.com/benji-york/manuel/master/badges/coverage-badge.svg
:target: https://pypi.python.org/pypi/manuel

.. image:: https://img.shields.io/pypi/pyversions/manuel.svg
:target: https://pypi.python.org/pypi/manuel/

Documentation, a full list of included plug-ins, and examples are available at
``_.

Source code and issues are managed at https://github.com/benji-york/manuel.

Development
===========

To work on Manuel, check out the code and then run `make` to build a development
environment.

To run the tests, run ``make test``. To run all checks, run ``make check``.

See the `Makefile` for more useful targets.