Skip to main content

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.

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

docsix-0.1.tar.gz (2.6 kB view hashes)

Uploaded Source

Supported by

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