aboutsummaryrefslogtreecommitdiffstats
path: root/docs/test_suite.txt
diff options
context:
space:
mode:
authorWaylan Limberg <waylan@gmail.com>2012-07-26 14:54:49 -0300
committerWaylan Limberg <waylan@gmail.com>2012-07-26 14:54:49 -0300
commit78fdbeb5ada03f869972be136a7300ba845bb638 (patch)
treef8ed303d728192cc685126cd4e303368601640db /docs/test_suite.txt
parent1ff936d015b7eb125bf6bb373246b5b0a7291412 (diff)
downloadmarkdown-78fdbeb5ada03f869972be136a7300ba845bb638.tar.gz
markdown-78fdbeb5ada03f869972be136a7300ba845bb638.tar.bz2
markdown-78fdbeb5ada03f869972be136a7300ba845bb638.zip
Removed references to doctests in docs as per #114
Diffstat (limited to 'docs/test_suite.txt')
-rw-r--r--docs/test_suite.txt17
1 files changed, 6 insertions, 11 deletions
diff --git a/docs/test_suite.txt b/docs/test_suite.txt
index eb0c4a7..44b6c5c 100644
--- a/docs/test_suite.txt
+++ b/docs/test_suite.txt
@@ -23,8 +23,8 @@ Additionally, a nicely formatted HTML report of all output is written to a
temporary file in `tmp/test-output.html`. Open the file in a browser to view
the report.
-The test suite contains three kinds of tests: Markdown Syntax Tests, Unit
-Tests, and Doc Tests.
+The test suite contains two kinds of tests: Markdown Syntax Tests and Unit
+Tests.
# Markdown Syntax Tests
@@ -118,16 +118,11 @@ are not explicitly set.
## Unit Tests
+Unit Tests are used as regression tests for Python-Markdown's API.
All Unit Tests shipped with Python-Markdown are standard Python Unit Tests and
-are currently all contained in `tests/test_apis.py`. Standard discovery methods
-are used to find and run the tests. Therefor, when writing new tests, those
-standards and naming conventions should be followed.
-
-## Doc Tests
-
-Some Python-Markdown extensions also include standard Python doctests, which
-are discovered and run in the standard manner; one Unit Test for each file.
-
+are all contained in `tests/test_apis.py` and `tests/test_extensions`.
+Standard discovery methods are used to find and run the tests. Therefore, when
+writing new tests, those standards and naming conventions should be followed.
[Nose]: http://somethingaboutorange.com/mrl/projects/nose/
[Perl]: http://daringfireball.net/projects/markdown/