Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
README.txt | D | 22-Nov-2023 | 542 | 18 | 12 | |
TestCmd.py | D | 22-Nov-2023 | 51.3 KiB | 1,598 | 1,282 | |
TestCommon.py | D | 22-Nov-2023 | 20.9 KiB | 571 | 460 | |
TestGyp.py | D | 22-Nov-2023 | 46.9 KiB | 1,348 | 1,071 | |
TestMac.py | D | 22-Nov-2023 | 2.4 KiB | 74 | 55 | |
TestWin.py | D | 22-Nov-2023 | 3.1 KiB | 102 | 79 |
README.txt
1Supporting modules for GYP testing. 2 3 TestCmd.py 4 TestCommon.py 5 6 Modules for generic testing of command-line utilities, 7 specifically including the ability to copy a test configuration 8 to temporary directories (with default cleanup on exit) as part 9 of running test scripts that invoke commands, compare actual 10 against expected output, etc. 11 12 Our copies of these come from the SCons project, 13 http://www.scons.org/. 14 15 TestGyp.py 16 17 Modules for GYP-specific tests, of course. 18