Use doctest with other languages
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.
| Release | Stable | Testing | 
|---|---|---|
| Fedora Rawhide | 1.0.1-28.fc35 | - | 
| Fedora 35 | 1.0.1-28.fc35 | - | 
| Fedora 34 | 1.0.1-26.fc34 | - | 
			You can contact the maintainers of this package via email at
			python-zc-customdoctests dash maintainers at fedoraproject dot org.