From fce5b0ec38fe4050d02c3903c2c17c5a83c8f4a7 Mon Sep 17 00:00:00 2001 From: Mike Crute Date: Mon, 26 Jul 2010 19:00:15 -0400 Subject: Removing tests since they actually didn't do anything --- test_machineout.py | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 test_machineout.py 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 @@ - -from machineout import * - -def doctest_enabled_function(): - """ - Run with nosetests -v --with-doctest --doctest-tests --machine-output - >>> 2 + 2 - 5 - """ - pass -- cgit v1.2.3