summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test_machineout.py10
1 files changed, 0 insertions, 10 deletions
diff --git a/test_machineout.py b/test_machineout.py
deleted file mode 100644
index 3a574d3..0000000
--- a/test_machineout.py
+++ /dev/null
@@ -1,10 +0,0 @@
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