Name : python3-zc.customdoctests
| |
Version : 1.0.1
| Vendor : obs://build_opensuse_org/devel:languages:python
|
Release : 3.5
| Date : 2024-03-07 23:42:03
|
Group : Development/Languages/Python
| Source RPM : python-zc.customdoctests-1.0.1-3.5.src.rpm
|
Size : 0.03 MB
| |
Packager : (none)
| |
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/devel:/languages:/python:/backports/SLE_15/noarch |