summaryrefslogtreecommitdiffstats
path: root/testing/framework/TestCmd.py
Commit message (Expand)AuthorAgeFilesLines
* Framework: fixture methods now handle lists for dstdirMats Wichmann2025-02-281-0/+5
* test framework: bulk reformatMats Wichmann2024-12-291-83/+110
* Modernize stat usageMats Wichmann2024-12-151-7/+7
* updated so TestSCons.NINJA_BINARY is set and used by all such testsWilliam Deegan2024-11-251-0/+3
* Integrate `from __future__ import annotations`Thaddeus Crews2024-11-161-11/+13
* Move IS_ROOT definition to frameworkMats Wichmann2024-10-191-0/+4
* Adjust tests in case running as rootMats Wichmann2024-10-191-3/+7
* Some tweaks to testing framework.Mats Wichmann2024-09-101-47/+60
* Variables testing: confirm space-containing valuesMats Wichmann2024-08-271-6/+6
* Fix ListVariable with a space-containing valueMats Wichmann2024-08-161-1/+4
* Back off test framework exception handlingMats Wichmann2024-04-011-20/+9
* Testing framework fixesMats Wichmann2024-04-011-22/+37
* Add unlink_files method to TestCmd, replace file deletion loops with method c...Joseph Brill2023-12-281-0/+25
* Elminate http: referencesMats Wichmann2023-10-171-1/+1
* More conversions: {repr(var)} -> {var!r}Mats Wichmann2023-08-041-4/+4
* "Modernize" to Python 3.6 via toolMats Wichmann2023-08-041-3/+3
* Add some cheap return and parameter annotationsMats Wichmann2023-05-011-54/+54
* Use f-strings in framework and framework testsMats Wichmann2022-11-241-31/+31
* [framewqork] use subprocess timeoutsMats Wichmann2022-08-061-36/+62
* framework psutil usage: let the kill proceedMats Wichmann2022-08-041-2/+2
* Let test framework still run if no psutilMats Wichmann2022-08-041-28/+37
* Test framework improvementsMats Wichmann2022-08-031-1/+1
* fix issue when deleting cleaning up deamonDaniel Moody2022-06-141-1/+1
* Fixed some typos. Added skip_test() if psutil is not present for new test. Ad...William Deegan2022-06-141-0/+6
* Merge branch 'master' into ninja_exit_daemonWilliam Deegan2022-06-141-0/+6
|\
| * Added test for test.run()'s arguments set to a dict which will expand into KE...William Deegan2022-06-131-0/+6
* | install psutil for testing and fix sider complaintsDaniel Moody2022-06-071-1/+1
* | Added new alias 'shutdown-ninja-scons-daemon' to allow ninja to shutdown the ...Daniel Moody2022-06-071-0/+32
|/
* test framework: fix exception on timeoutMats Wichmann2022-04-051-5/+9
* Fix tests to not hang on Windows with bad .py assocMats Wichmann2021-11-261-3/+1
* Fix ninja tool rules for macos/ar for static libs to skip response files for...William Deegan2021-04-131-0/+1
* Test harness add a from_fw to skip callsMats Wichmann2021-04-131-27/+54
* One more "drop py2"ism from test frameworkMats Wichmann2020-10-131-3/+3
* Run autoflake on codeMats Wichmann2020-09-211-1/+0
* Fix testing subdir usageMats Wichmann2020-06-191-51/+55
* Cleanups in tests and in frameworkMats Wichmann2020-06-141-186/+178
* classes no longer explicitly inherit from objectMats Wichmann2020-05-241-2/+2
* [PR #3571] fix error and improve docsMats Wichmann2020-02-271-1/+1
* Fix some test fixture-handling nits.Mats Wichmann2020-02-261-58/+53
* rm-py2: Remove "from __future__" from more placesMats Wichmann2020-02-201-20/+23
* more unicode cleanup post py27William Deegan2020-02-181-10/+3
* [ci skip] Add logic to know when running in pypyWilliam Deegan2020-01-021-0/+1
* syntax fixups suggested by PyCharmMats Wichmann2019-12-231-1/+1
* checker fixes: None, trailing ws, list initMats Wichmann2019-12-211-1/+1
* Add test case with Latin-1 encoded Latex log file. Required fix in the test f...maiphi2019-11-011-1/+1
* test harness: fix TestCmd testsMats Wichmann2019-06-071-38/+106
* PY38: Resolve duplicate creation of 'work' subdir which yielded warnings. Als...William Deegan2019-05-301-1/+1
* Merge pull request #3359 from bdbaddog/fortran_issue_3135William Deegan2019-04-271-0/+6
|\
| * Remove debug logicWilliam Deegan2019-04-251-1/+0
| * Add initializing fixture_dirs from shell variable FIXTURE_DIRSWilliam Deegan2019-04-251-0/+7