summaryrefslogtreecommitdiff
path: root/test_machineout.py
diff options
context:
space:
mode:
authorMike Crute <mcrute@gmail.com>2009-11-03 14:56:00 -0500
committerMike Crute <mcrute@gmail.com>2009-11-03 14:56:00 -0500
commita43be0b7948d2596edcd9fe7258e81d6e31a70c8 (patch)
treefa9982ab4ba488599eb3cb61e7ea9993912c5eef /test_machineout.py
downloadnose-machineout-a43be0b7948d2596edcd9fe7258e81d6e31a70c8.tar.bz2
nose-machineout-a43be0b7948d2596edcd9fe7258e81d6e31a70c8.tar.xz
nose-machineout-a43be0b7948d2596edcd9fe7258e81d6e31a70c8.zip
Initial import
Diffstat (limited to 'test_machineout.py')
-rw-r--r--test_machineout.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/test_machineout.py b/test_machineout.py
new file mode 100644
index 0000000..3a574d3
--- /dev/null
+++ b/test_machineout.py
@@ -0,0 +1,10 @@
1
2from machineout import *
3
4def doctest_enabled_function():
5 """
6 Run with nosetests -v --with-doctest --doctest-tests --machine-output
7 >>> 2 + 2
8 5
9 """
10 pass