summaryrefslogtreecommitdiffstats
path: root/testing/framework/TestCmdTests.py
Commit message (Expand)AuthorAgeFilesLines
* test framework: bulk reformatMats Wichmann2024-12-291-712/+1035
* Modernize stat usageMats Wichmann2024-12-151-13/+13
* Some tweaks to testing framework.Mats Wichmann2024-09-101-0/+3
* Variables testing: confirm space-containing valuesMats Wichmann2024-08-271-4/+4
* Fix ListVariable with a space-containing valueMats Wichmann2024-08-161-18/+26
* Back off test framework exception handlingMats Wichmann2024-04-011-0/+1
* Add unlink_files method tests to TestCmdTests.py.Joseph Brill2023-12-291-0/+97
* Fixup one test framework test [skip appveyor]Mats Wichmann2023-10-061-7/+6
* Add some cheap return and parameter annotationsMats Wichmann2023-05-011-111/+111
* Fix interpreter usage in another FW test [skip appveyor]Mats Wichmann2022-11-291-2/+3
* TestCmdTests: skip all permission fiddling on win32 [skip appveyor]Mats Wichmann2022-11-291-9/+6
* TestCmdTests symlink fixMats Wichmann2022-11-291-2/+2
* Polish test skipping in a couple of FW tests [skip appveyor]Mats Wichmann2022-11-291-21/+5
* [ci skip] fix sider complaintsWilliam Deegan2022-11-291-3/+6
* Fix remaining tests failing on win32William Deegan2022-11-291-7/+11
* Fix the framework TestCmdTests on LInux [ skip appveyor]Mats Wichmann2022-11-271-2/+2
* Use f-strings in framework and framework testsMats Wichmann2022-11-241-198/+193
* [framework] quiet Python about start() testsMats Wichmann2022-08-071-0/+20
* [framewqork] use subprocess timeoutsMats Wichmann2022-08-061-29/+28
* Test framework improvementsMats Wichmann2022-08-031-1/+2
* Test Framework tests: Windows fixesMats Wichmann2022-06-141-41/+41
* Fix sider complaintsWilliam Deegan2022-06-131-1/+1
* Added test for test.run()'s arguments set to a dict which will expand into KE...William Deegan2022-06-131-66/+10
* Fix some Py 3.11 depr warns in testsMats Wichmann2022-05-301-2/+4
* Test harness add a from_fw to skip callsMats Wichmann2021-04-131-17/+17
* Add timing of sconsign write if --debugMats Wichmann2021-02-081-4/+4
* Run autoflake on codeMats Wichmann2020-09-211-2/+0
* Fix testing subdir usageMats Wichmann2020-06-191-16/+29
* Cleanups in tests and in frameworkMats Wichmann2020-06-141-69/+44
* rm-py2: Remove "from __future__" from more placesMats Wichmann2020-02-201-11/+9
* Get rid of remaining mktemp callsMats Wichmann2019-12-301-2/+1
* syntax fixups suggested by PyCharmMats Wichmann2019-12-231-4/+4
* checker fixes: None, trailing ws, list initMats Wichmann2019-12-211-9/+9
* test harness: fix TestCmd testsMats Wichmann2019-06-071-231/+212
* Issue #3350 - Refactor EnvironmentError to SConsEnvironmentError to avoid ove...William Deegan2019-04-181-3/+3
* [PY 3.8] Fix more errors in #3331Mats Wichmann2019-03-301-17/+17
* [PY 3.8] fix some sider complaints in #3331Mats Wichmann2019-03-301-1/+1
* [WIP] [PY 3.8] fix more warningsMats Wichmann2019-03-301-47/+65
* move test files from QMTest to testing/framework. QMtest hasn't been used in ...William Deegan2018-04-301-0/+3419