• Home
Name Date Size #Lines LOC

..--

README.txtD03-May-2024542 1812

TestCmd.pyD03-May-202451.3 KiB1,5981,282

TestCommon.pyD03-May-202421.2 KiB583472

TestGyp.pyD03-May-202441.1 KiB1,192945

TestMac.pyD03-May-20242.4 KiB7455

TestWin.pyD03-May-20243.1 KiB10279

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