summaryrefslogtreecommitdiff
path: root/testing/framework/TestCommon.py
Commit message (Expand)AuthorAgeFilesLines
* Add some cheap return and parameter annotationsMats Wichmann2023-05-011-26/+26
* Merge branch 'master' of github.com:SCons/scons into add_logging_to_new_paral...William Deegan2022-12-031-30/+46
|\
| * Use f-strings in framework and framework testsMats Wichmann2022-11-241-33/+33
| * Fixed taskmaster trace tests. Previously there was an extra line at the end o...William Deegan2022-10-261-0/+16
* | Added TestCommon.must_match_file() function. Updated test for --taskmastertr...William Deegan2022-12-031-0/+21
|/
* [framewqork] use subprocess timeoutsMats Wichmann2022-08-061-3/+3
* If no newline at end of message supplied to skip_test(), then we write one to...William Deegan2022-06-031-0/+2
* Use super call instead of direct class callMats Wichmann2022-03-151-1/+1
* Test tweaks to help testing on mingw-only win32 systemsMats Wichmann2021-04-141-4/+0
* Test harness add a from_fw to skip callsMats Wichmann2021-04-131-36/+53
* fix sider issuesDaniel Moody2021-04-051-1/+0
* improved DoubleCacheDir test, added extra cachedir validation check.Daniel Moody2021-04-051-3/+31
* Run autoflake on codeMats Wichmann2020-09-211-1/+0
* Fixed Docbook Tool and updated its tests.Dirk Baechle2020-06-211-0/+19
* Cleanups in tests and in frameworkMats Wichmann2020-06-141-6/+2
* rm-py2: Remove "from __future__" from more placesMats Wichmann2020-02-201-2/+0
* Fix incorrect testing assumptions for SolarisJakub Kulik2019-11-011-2/+2
* Merge remote-tracking branch 'upstream/master' into fix_java_tests_path_with_...William Deegan2018-10-151-63/+42
|\
| * fixed minor typosPaweł Tomulik2018-10-051-5/+5
| * fixed some docs in TestCommon.py and refactored a littlePaweł Tomulik2018-10-051-59/+39
| * make the must[_not]_contain_...() functions compatible with str.findPaweł Tomulik2018-10-051-9/+9
| * fixed bugs in must_[not_]_contain()Paweł Tomulik2018-10-051-6/+5
* | Add test for 1.8. Modularize java tests and move files to a fixture. Change ...William Deegan2018-09-301-3/+8
|/
* Try a more scons-y file conversion for Py3 file readsMats Wichmann2018-07-311-8/+16
* Testing: python 3 fix for must_containMats Wichmann2018-07-251-0/+9
* move test files from QMTest to testing/framework. QMtest hasn't been used in ...William Deegan2018-04-291-0/+748