summaryrefslogtreecommitdiff
path: root/test_machineout.py
diff options
context:
space:
mode:
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