summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2013-02-10 00:44:08 +0100
committerFlorent Xicluna <florent.xicluna@gmail.com>2013-02-10 00:44:08 +0100
commitfab1a793a6751c40a4f624d71b9e7657788c6fea (patch)
treece83fc55bc8512ff917784a9498dfe7b297b0627 /docs
parentcf05bb6ec795a0256812b3ae82d0ab7caf971da5 (diff)
downloadpep8-fab1a793a6751c40a4f624d71b9e7657788c6fea.tar.gz
Refactor the testing framework into a separate module
Diffstat (limited to 'docs')
-rw-r--r--docs/api.rst4
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/api.rst b/docs/api.rst
index 2349e5c..6bd4a1a 100644
--- a/docs/api.rst
+++ b/docs/api.rst
@@ -68,8 +68,6 @@ Report Classes
.. autoclass:: DiffReport
-.. autoclass:: TestReport
-
Utilities
---------
@@ -89,5 +87,3 @@ Utilities
.. autofunction:: filename_match(filename, patterns, default=True)
.. autofunction:: get_parser(prog='pep8', version=pep8.__version__)
.. autofunction:: init_checks_registry()
- .. autofunction:: init_tests(pep8style)
- .. autofunction:: selftest(options)