summaryrefslogtreecommitdiff
path: root/sandbox/tibs/pysource/test/readme.txt
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/tibs/pysource/test/readme.txt')
-rw-r--r--sandbox/tibs/pysource/test/readme.txt27
1 files changed, 0 insertions, 27 deletions
diff --git a/sandbox/tibs/pysource/test/readme.txt b/sandbox/tibs/pysource/test/readme.txt
deleted file mode 100644
index a6af4576d..000000000
--- a/sandbox/tibs/pysource/test/readme.txt
+++ /dev/null
@@ -1,27 +0,0 @@
-Files in the ``test`` directory
--------------------------------
-
-This directory is intended to contain various test file. They are (hopefully)
-named in a consistent manner:
-
-README.txt
- This file.
-
-``*.rtxt``
- Sample reST text files, suitable for checking odd things.
-
-``*.py``
- Sample Python test files, ditto.
-
-``*.doctest``
- Files that contain "semiliterate testing" [1]_ -- that is,
- descriptive text (written with reST) surrounding doctest blocks.
- The idea is that these files should be passed to (for instance)
- pydps.py (or whatever it is called at the moment) to be tested by
- Tim Peters' doctest - for instance::
-
- pydps/pydps.py --text --doctest simple.doctest
-
-
-
-.. [1] a semi-lame reference to literate programming, I'm afraid.