summaryrefslogtreecommitdiffstats
path: root/testing
Commit message (Expand)AuthorAgeFilesLines
* post releaseWilliam Deegan2025-03-021-1/+1
* Framework: fixture methods now handle lists for dstdirMats Wichmann2025-02-281-0/+5
* Fix running individual test files when ninja is not installedAdam Simpkins2025-02-231-1/+8
* Rework a TestCommon test to look less ugly [skip appveyor[Mats Wichmann2024-12-291-13/+13
* test framework: bulk reformatMats Wichmann2024-12-2911-1280/+1865
* Modernize stat usageMats Wichmann2024-12-154-27/+27
* updated so TestSCons.NINJA_BINARY is set and used by all such testsWilliam Deegan2024-11-252-10/+11
* Fixed ninja binary location logic to use ninja.BIN_DIR. Previous logic no lon...William Deegan2024-11-251-59/+87
* Merge pull request #4642 from Repiteo/remove-python-3.6William Deegan2024-11-161-1/+1
|\
| * Remove Python 3.6 supportThaddeus Crews2024-11-161-1/+1
* | Integrate `from __future__ import annotations`Thaddeus Crews2024-11-163-35/+40
|/
* Merge branch 'master' into jbrill-msvs-testsJoseph Brill2024-10-281-3/+11
|\
| * Move IS_ROOT definition to frameworkMats Wichmann2024-10-191-0/+4
| * Adjust tests in case running as rootMats Wichmann2024-10-191-3/+7
* | Add optional keyword argument auto_filter_projects to MSVSSolution.Joseph Brill2024-10-281-8/+72
* | Remove win32 platform specification (i.e., platform = 'win32') from MSVS test...Joseph Brill2024-10-191-7/+7
* | Remove MSVSProject argument projectguid and replace with MSVS_PROJECT_GUID in...Joseph Brill2024-10-131-5/+5
* | Update Tool/msvs.py, update MSVS tests; and add additional tests for MSVS mul...Joseph Brill2024-10-111-19/+250
* | Fix MSVS tests and minor changes to Tool/msvs.py.Joseph Brill2024-10-071-5/+27
|/
* Some tweaks to testing framework.Mats Wichmann2024-09-105-206/+337
* put master branch back in develop modeWilliam Deegan2024-09-041-1/+1
* Variables testing: confirm space-containing valuesMats Wichmann2024-08-273-10/+22
* Fix ListVariable with a space-containing valueMats Wichmann2024-08-162-19/+30
* Return master to development mode post releaseWilliam Deegan2024-07-081-2/+2
* Some minor test tweakingMats Wichmann2024-07-062-6/+10
* Merge branch 'master' into jbrill-msvc-detectJoseph Brill2024-05-281-1/+6
|\
| * Fix two scons-time tests on GH Windows runnerMats Wichmann2024-05-261-1/+6
* | Merge branch 'master' into jbrill-msvc-detectJoseph Brill2024-05-181-29/+15
|\ \ | |/
| * scons-time: add filter to tarfile extract call.Mats Wichmann2024-05-131-29/+15
* | Merge branch 'master' into jbrill-msvc-detectJoseph Brill2024-05-146-49/+79
|\ \ | |/
| * Fix a few typos in test doc [ci skip]Mats Wichmann2024-05-111-14/+15
| * Merge pull request #4519 from mwichmann/py36-deprWilliam Deegan2024-05-101-3/+3
| |\
| | * Merge branch 'master' into py36-deprWilliam Deegan2024-05-104-20/+59
| | |\
| | * | Deprecate Python 3.6 support.Mats Wichmann2024-05-041-3/+3
| * | | Maintenance: Python version usageMats Wichmann2024-05-102-12/+2
| | |/ | |/|
| * | Back off test framework exception handlingMats Wichmann2024-04-014-23/+47
| * | Testing framework fixesMats Wichmann2024-04-011-22/+37
| |/
* | Merge branch 'master' into jbrill-msvc-detectJoseph Brill2024-03-231-3/+3
|\ \ | |/
| * Fix a Python 3.13 problem in re.sub usageMats Wichmann2024-03-211-2/+2
| * Put master back in post release/develop modeWilliam Deegan2024-03-181-1/+1
| * Add unlink_files method tests to TestCmdTests.py.Joseph Brill2023-12-291-0/+97
| * Add unlink_files method to TestCmd, replace file deletion loops with method c...Joseph Brill2023-12-281-0/+25
| * post release updatesWilliam Deegan2023-11-201-1/+1
| * Elminate http: referencesMats Wichmann2023-10-172-2/+2
| * Fixup one test framework test [skip appveyor]Mats Wichmann2023-10-061-7/+6
* | Detection changes for VS IDE editions and VS2008 (develop and vcforpython).Joseph Brill2024-03-121-3/+3
* | Merge branch 'master' into HEADJoseph Brill2024-01-074-10/+131
|/
* More conversions: {repr(var)} -> {var!r}Mats Wichmann2023-08-042-10/+10
* "Modernize" to Python 3.6 via toolMats Wichmann2023-08-043-5/+4
* test framework doc: fix review comments [ci skip]Mats Wichmann2023-07-211-9/+3