Skip to main content
PyCon US is happening May 14th-22nd in Pittsburgh, PA USA.  Learn more

Doctests on Python 2 & 3

Project description

https://travis-ci.org/nyergler/docsix.png?branch=master

DocSix is a tool which helps you run your doctests under both Python 2 and Python 3 (specifically 3.3 and later).

DocSix works by stripping unicode indicators from expected test output before running the test on Python 3.

To use DocSix, simply pass it the list of files to execute tests on:

>>> import unittest
>>> from docsix import get_doctest_suite
>>> suite = get_doctest_suite(['testdoc.rst'])
>>> unittest.TextTestRunner(verbosity=2).run(suite)
<unittest.runner.TextTestResult run=1 errors=0 failures=0>

News

0.1

Release date: 17-Feb-2014

  • Support for Sphinx testcode block

  • Support for stripping unicode indicators from output strings in doctests.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page