summaryrefslogtreecommitdiff
path: root/test/README
diff options
context:
space:
mode:
authordirkbaechle <devnull@localhost>2012-08-12 15:06:36 +0200
committerdirkbaechle <devnull@localhost>2012-08-12 15:06:36 +0200
commit399855d910897c625a96103abd319c9bfc431d4d (patch)
tree70d51a5b45a13ff964e8dad6a9a423c0b341c68c /test/README
parente3315f2f0cf58faada5c8c6b42f03fefe0608ec8 (diff)
downloadscons-399855d910897c625a96103abd319c9bfc431d4d.tar.gz
- 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 7c88b39a..2c8423f8 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'.