summaryrefslogtreecommitdiffstats
path: root/test/README
diff options
context:
space:
mode:
authordirkbaechle <devnull@localhost>2012-08-12 13:06:36 (GMT)
committerdirkbaechle <devnull@localhost>2012-08-12 13:06:36 (GMT)
commit4ae583161be1735d0450be17fe2383ec5c4f475e (patch)
tree70d51a5b45a13ff964e8dad6a9a423c0b341c68c /test/README
parent780d9ca6577e5a15b4d4cfad111b74132c255be1 (diff)
downloadSCons-4ae583161be1735d0450be17fe2383ec5c4f475e.zip
SCons-4ae583161be1735d0450be17fe2383ec5c4f475e.tar.gz
SCons-4ae583161be1735d0450be17fe2383ec5c4f475e.tar.bz2
- fixed directory/file fixtures for "general" mode
- added documentation for the testing framework - converted two old tests from the "packaging" section to using fixtures as reference examples
Diffstat (limited to 'test/README')
-rw-r--r--test/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/README b/test/README
index 7c88b39..2c8423f 100644
--- a/test/README
+++ b/test/README
@@ -53,3 +53,7 @@ semblance of uniformity, here are the naming conventions for tests:
option--lo.py long option; abbreviate the long
option name to a few characters
+
+For some more information about running the tests and writing them, please
+refer to the documentation for the testing framework. It can be found in
+the 'QMTest' folder, as file 'test-framework.rst'.