from machineout import * def doctest_enabled_function(): """ Run with nosetests -v --with-doctest --doctest-tests --machine-output >>> 2 + 2 5 """ pass