diff options
author | William Deegan <bill@baddogconsulting.com> | 2018-04-30 01:10:43 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2018-04-30 01:10:43 (GMT) |
commit | f095eb14013f1f3e21dbb213b4e43694ecbf091d (patch) | |
tree | 0bf58214c693246b2d99ecb97295c90c6a1627b6 /test/README | |
parent | 4d2f1e1c2b35d4908067a36cba6850371017c105 (diff) | |
download | SCons-f095eb14013f1f3e21dbb213b4e43694ecbf091d.zip SCons-f095eb14013f1f3e21dbb213b4e43694ecbf091d.tar.gz SCons-f095eb14013f1f3e21dbb213b4e43694ecbf091d.tar.bz2 |
move test files from QMTest to testing/framework. QMtest hasn't been used in quite some time
Diffstat (limited to 'test/README')
-rw-r--r-- | test/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/README b/test/README index 2c8423f..be75398 100644 --- a/test/README +++ b/test/README @@ -4,7 +4,7 @@ This directory contains our end-to-end SCons tests. They are all meant to be run essentially standalone, with the exception of the TestSCons.py module and the other modules imported by the various -tests. These modules are in the QMTest/ subdirectory, and PYTHONPATH +tests. These modules are in the testing/framework/ subdirectory, and PYTHONPATH needs to be set up correctly so that the test scripts can find them, and so that the SCons script itself can find the build engine modules. @@ -56,4 +56,4 @@ semblance of uniformity, here are the naming conventions for tests: 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'. +the 'testing/framework' folder, as file 'test-framework.rst'. |