From 78fdbeb5ada03f869972be136a7300ba845bb638 Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Thu, 26 Jul 2012 14:54:49 -0300 Subject: Removed references to doctests in docs as per #114 --- docs/test_suite.txt | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) (limited to 'docs') 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/ -- cgit v1.2.3