[Bug 915427] New: Review Request: python-zc-customdoctests - Use doctest with other languages

bugzilla at redhat.com bugzilla at redhat.com
Mon Feb 25 17:48:41 UTC 2013


Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=915427

            Bug ID: 915427
           Summary: Review Request: python-zc-customdoctests - Use doctest
                    with other languages
           Product: Fedora
           Version: rawhide
         Component: Package Review
          Severity: unspecified
          Priority: unspecified
          Reporter: rbean at redhat.com


Spec URL: http://ralph.fedorapeople.org//python-zc-customdoctests.spec
SRPM URL:
http://ralph.fedorapeople.org//python-zc-customdoctests-1.0.1-1.fc18.src.rpm

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.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=ScyFOgzrZD&a=cc_unsubscribe



More information about the package-review mailing list