summaryrefslogtreecommitdiff
path: root/testing/framework/TestCmd.py
Commit message (Expand)AuthorAgeFilesLines
* 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-131-1/+1
* Fixed some typos. Added skip_test() if psutil is not present for new test. Ad...William Deegan2022-06-131-0/+6
* Merge branch 'master' into ninja_exit_daemonWilliam Deegan2022-06-131-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-291-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
* | [WIP] [PY 3.8] fix more warningsMats Wichmann2019-03-301-1/+1
* | [PR #333] close files to avoid scons-time racesMats Wichmann2019-03-291-7/+6
|/
* Fix is/is not syntaxMats Wichmann2019-02-111-1/+1
* Allow TestCmd.diff() to accept lists as well as stringsWilliam Deegan2018-12-061-1/+7
* For PR #3231, update some docstrings per reviewMats Wichmann2018-11-051-5/+12
* Fix some problems found if no MS compiler at allMats Wichmann2018-10-301-1/+4
* Fixes for Java tests on win32William Deegan2018-10-021-1/+2
* Fix py3 ResourceWarning in TestCmdMats Wichmann2018-07-241-2/+4
* pr-3052: moved some 64 bit logic to TestCmd and used TestCmd system checksDaniel Moody2018-05-251-1/+1
* move test files from QMTest to testing/framework. QMtest hasn't been used in ...William Deegan2018-04-291-0/+1907