index
:
SCons.git
aix-xlc_r-is-for-threads
conftest-messages
linker-exists-when-compiler-exists
master
msvc11
msvs-express-2013
msvs-vcvars-caching
optimize-scan-path-subst-v2
pchdll
python3-port
python3raise
python3win32
rel_2.2.0
rel_2.3.0
rel_2.3.1
rel_2.3.2
rel_2.3.3
rel_2.3.4
rel_2.3.5
rel_2.3.6
rel_2.4.0
rel_2.4.1
rel_2.5.0
rel_2.5.1
rel_3.0.0
rel_3.0.1
release-2.1.0
switch_to_slots
test_bb
ziproot
SCons is an Open Source software construction tool—that is, a next-generation build tool.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
testing
/
framework
/
TestCmd.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Framework: fixture methods now handle lists for dstdir
Mats Wichmann
2025-02-28
1
-0/+5
*
test framework: bulk reformat
Mats Wichmann
2024-12-29
1
-83/+110
*
Modernize stat usage
Mats Wichmann
2024-12-15
1
-7/+7
*
updated so TestSCons.NINJA_BINARY is set and used by all such tests
William Deegan
2024-11-25
1
-0/+3
*
Integrate `from __future__ import annotations`
Thaddeus Crews
2024-11-16
1
-11/+13
*
Move IS_ROOT definition to framework
Mats Wichmann
2024-10-19
1
-0/+4
*
Adjust tests in case running as root
Mats Wichmann
2024-10-19
1
-3/+7
*
Some tweaks to testing framework.
Mats Wichmann
2024-09-10
1
-47/+60
*
Variables testing: confirm space-containing values
Mats Wichmann
2024-08-27
1
-6/+6
*
Fix ListVariable with a space-containing value
Mats Wichmann
2024-08-16
1
-1/+4
*
Back off test framework exception handling
Mats Wichmann
2024-04-01
1
-20/+9
*
Testing framework fixes
Mats Wichmann
2024-04-01
1
-22/+37
*
Add unlink_files method to TestCmd, replace file deletion loops with method c...
Joseph Brill
2023-12-28
1
-0/+25
*
Elminate http: references
Mats Wichmann
2023-10-17
1
-1/+1
*
More conversions: {repr(var)} -> {var!r}
Mats Wichmann
2023-08-04
1
-4/+4
*
"Modernize" to Python 3.6 via tool
Mats Wichmann
2023-08-04
1
-3/+3
*
Add some cheap return and parameter annotations
Mats Wichmann
2023-05-01
1
-54/+54
*
Use f-strings in framework and framework tests
Mats Wichmann
2022-11-24
1
-31/+31
*
[framewqork] use subprocess timeouts
Mats Wichmann
2022-08-06
1
-36/+62
*
framework psutil usage: let the kill proceed
Mats Wichmann
2022-08-04
1
-2/+2
*
Let test framework still run if no psutil
Mats Wichmann
2022-08-04
1
-28/+37
*
Test framework improvements
Mats Wichmann
2022-08-03
1
-1/+1
*
fix issue when deleting cleaning up deamon
Daniel Moody
2022-06-14
1
-1/+1
*
Fixed some typos. Added skip_test() if psutil is not present for new test. Ad...
William Deegan
2022-06-14
1
-0/+6
*
Merge branch 'master' into ninja_exit_daemon
William Deegan
2022-06-14
1
-0/+6
|
\
|
*
Added test for test.run()'s arguments set to a dict which will expand into KE...
William Deegan
2022-06-13
1
-0/+6
*
|
install psutil for testing and fix sider complaints
Daniel Moody
2022-06-07
1
-1/+1
*
|
Added new alias 'shutdown-ninja-scons-daemon' to allow ninja to shutdown the ...
Daniel Moody
2022-06-07
1
-0/+32
|
/
*
test framework: fix exception on timeout
Mats Wichmann
2022-04-05
1
-5/+9
*
Fix tests to not hang on Windows with bad .py assoc
Mats Wichmann
2021-11-26
1
-3/+1
*
Fix ninja tool rules for macos/ar for static libs to skip response files for...
William Deegan
2021-04-13
1
-0/+1
*
Test harness add a from_fw to skip calls
Mats Wichmann
2021-04-13
1
-27/+54
*
One more "drop py2"ism from test framework
Mats Wichmann
2020-10-13
1
-3/+3
*
Run autoflake on code
Mats Wichmann
2020-09-21
1
-1/+0
*
Fix testing subdir usage
Mats Wichmann
2020-06-19
1
-51/+55
*
Cleanups in tests and in framework
Mats Wichmann
2020-06-14
1
-186/+178
*
classes no longer explicitly inherit from object
Mats Wichmann
2020-05-24
1
-2/+2
*
[PR #3571] fix error and improve docs
Mats Wichmann
2020-02-27
1
-1/+1
*
Fix some test fixture-handling nits.
Mats Wichmann
2020-02-26
1
-58/+53
*
rm-py2: Remove "from __future__" from more places
Mats Wichmann
2020-02-20
1
-20/+23
*
more unicode cleanup post py27
William Deegan
2020-02-18
1
-10/+3
*
[ci skip] Add logic to know when running in pypy
William Deegan
2020-01-02
1
-0/+1
*
syntax fixups suggested by PyCharm
Mats Wichmann
2019-12-23
1
-1/+1
*
checker fixes: None, trailing ws, list init
Mats Wichmann
2019-12-21
1
-1/+1
*
Add test case with Latin-1 encoded Latex log file. Required fix in the test f...
maiphi
2019-11-01
1
-1/+1
*
test harness: fix TestCmd tests
Mats Wichmann
2019-06-07
1
-38/+106
*
PY38: Resolve duplicate creation of 'work' subdir which yielded warnings. Als...
William Deegan
2019-05-30
1
-1/+1
*
Merge pull request #3359 from bdbaddog/fortran_issue_3135
William Deegan
2019-04-27
1
-0/+6
|
\
|
*
Remove debug logic
William Deegan
2019-04-25
1
-1/+0
|
*
Add initializing fixture_dirs from shell variable FIXTURE_DIRS
William Deegan
2019-04-25
1
-0/+7
[next]