summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorMats Wichmann <mats@linux.com>2019-11-10 18:01:41 (GMT)
committerMats Wichmann <mats@linux.com>2019-12-02 15:41:34 (GMT)
commit3363b244c7682a32a2a642d92e26d150c288abb5 (patch)
treefb01b35857b556d1fc339d357d0e6ba765e5bc63 /testing
parent83303e4e9f655d0f3af5e7c369f84ec57daa756b (diff)
downloadSCons-3363b244c7682a32a2a642d92e26d150c288abb5.zip
SCons-3363b244c7682a32a2a642d92e26d150c288abb5.tar.gz
SCons-3363b244c7682a32a2a642d92e26d150c288abb5.tar.bz2
Typo in testing document [ci skip]
lack of a consistent indent confused ReST readers: System Message: WARNING/2 (/home/mats/github/scons/testing/framework/test-framework.rst, line 32) Block quote ends without a blank line; unexpected unindent. Signed-off-by: Mats Wichmann <mats@linux.com>
Diffstat (limited to 'testing')
-rw-r--r--testing/framework/test-framework.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/framework/test-framework.rst b/testing/framework/test-framework.rst
index cb6b8e1..24240ac 100644
--- a/testing/framework/test-framework.rst
+++ b/testing/framework/test-framework.rst
@@ -29,7 +29,7 @@ There are three types of SCons tests:
``src/engine/`` subdirectory and are the same base name as the module
to be tests, with ``Tests`` appended before the ``.py``. For example,
the unit tests for the ``Builder.py`` module are in the
- ``BuilderTests.py`` script. Unit tests tend to be based on assertions.
+ ``BuilderTests.py`` script. Unit tests tend to be based on assertions.
*External Tests*
For the support of external Tools (in the form of packages, preferably),