Name : python3-zc.customdoctests
| |
Version : 1.0.1
| Vendor : openSUSE
|
Release : bp154.1.1
| Date : 2021-07-15 20:42:22
|
Group : Development/Languages/Python
| Source RPM : python-zc.customdoctests-1.0.1-bp154.1.1.src.rpm
|
Size : 0.03 MB
| |
Packager : https://bugs_opensuse_org
| |
Summary : zc.customdoctests -- Use doctest with other languages
|
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 < http://pypi.python.org/pypi/manuel>`_, it facilitates doctests that mix multiple languages, such as Python, JavaScript, and sh.
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/openSUSE:/Backports:/SLE-15-SP4/step/noarch |