summaryrefslogtreecommitdiff
path: root/sandbox/tibs/pysource/test/test.doctest
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/tibs/pysource/test/test.doctest')
-rw-r--r--sandbox/tibs/pysource/test/test.doctest12
1 files changed, 0 insertions, 12 deletions
diff --git a/sandbox/tibs/pysource/test/test.doctest b/sandbox/tibs/pysource/test/test.doctest
deleted file mode 100644
index bc91115ad..000000000
--- a/sandbox/tibs/pysource/test/test.doctest
+++ /dev/null
@@ -1,12 +0,0 @@
-The following is some Python code:
-
- >>> a = 1
- >>> a
- 1
-
-and here is some more:
-
- >>> a + 1
- 3
-
-and that's all.