python-zc-customdoctests - Use doctest with other languages
Website: | http://pypi.python.org/pypi/zc.customdoctests |
---|---|
License: | ZPLv2.1 |
Vendor: | Fedora Project |
- Description:
doctest (and recently manuel) provide hooks for using custom doctest parsers. `zc.customdoctests` helps to leverage this to support other languages, such as JavaScript:: js> function double (x) { ... return x*2; ... } js> double(2) 4 And with manuel, it facilitates doctests that mix multiple languages, such as Python, JavaScript, and sh.
Packages
python-zc-customdoctests-1.0.1-2.el6.src [15 KiB] |
Changelog
by Ralph Bean (2013-04-22):
- Removed tests on rhel: no python-manuel available. |