r47300 - move
hawkowl-TA+aISz0psMTMxyoc4vAAJOcrHinNvQL0E9HWUfgJXw@public.gmane.org Thu, 21 Apr 2016 22:11:39 -0600 (MDT)
| Newsgroups | gmane.comp.python.twisted.commits |
|---|---|
| Message-ID | <[email protected]> |
Author: hawkowl
Date: Thu Apr 21 22:11:33 2016
New Revision: 47300
Modified:
branches/codingstandard-twentysixteen-8256/docs/core/development/policy/coding-standard.rst
Log:
move
Modified: branches/codingstandard-twentysixteen-8256/docs/core/development/policy/coding-standard.rst
==============================================================================
--- branches/codingstandard-twentysixteen-8256/docs/core/development/policy/coding-standard.rst (original)
+++ branches/codingstandard-twentysixteen-8256/docs/core/development/policy/coding-standard.rst Thu Apr 21 22:11:33 2016
@@ -27,8 +27,6 @@
Twisted development should always be `test-driven <http://en.wikipedia.org/wiki/Test-driven_development>`_ .
The complete test suite in the head of the SVN trunk is required to be passing on `supported platforms <http://buildbot.twistedmatrix.com/supported>`_ at all times.
Regressions in the test suite are addressed by reverting whatever revisions introduced them.
-For complete documentation about testing Twisted itself, refer to the :doc:`Test Standard <test-standard>`.
-What follows is intended to be a synopsis of the most important points.
Test Suite
@@ -37,6 +35,7 @@
.. note::
The :doc:`test standard <test-standard>` contains more in-depth information on this topic.
+ What follows is intended to be a synopsis of the most important points.
The Twisted test suite is spread across many subpackages of the ``twisted`` package.
Many older tests are in ``twisted.test`` .