summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Crute <mcrute@gmail.com>2010-07-26 19:00:15 -0400
committerMike Crute <mcrute@gmail.com>2010-07-26 19:00:15 -0400
commitfce5b0ec38fe4050d02c3903c2c17c5a83c8f4a7 (patch)
tree4f1c4d6dd8a00023741ac64304652070a11cb12c
parent9e566f52c17e71662c75e626eca9fac0721fffc9 (diff)
downloadnose-machineout-fce5b0ec38fe4050d02c3903c2c17c5a83c8f4a7.tar.bz2
nose-machineout-fce5b0ec38fe4050d02c3903c2c17c5a83c8f4a7.tar.xz
nose-machineout-fce5b0ec38fe4050d02c3903c2c17c5a83c8f4a7.zip
Removing tests since they actually didn't do anything
-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