summaryrefslogtreecommitdiffstats
path: root/SCons/EnvironmentTests.py
Commit message (Expand)AuthorAgeFilesLines
* Add unittests for unclear Path append operationsMats Wichmann2022-01-121-26/+44
* Normalized all sconsfiles and sub-sconsfiles to use algorithm if not defaulte...Jacob Cassagnol2021-11-101-1/+2
* Added test of new functionality for _concat's new affect_signature flagWilliam Deegan2021-06-121-1/+4
* PR #3942: retstore two checks per PR reviewMats Wichmann2021-06-081-8/+7
* Update env.Tool behavior and docMats Wichmann2021-05-231-1/+3
* Fix checker-spotted issues in Environment apply_toolsMats Wichmann2021-05-231-19/+21
* Add simple unit-test for env.Whereis('')Mats Wichmann2021-04-231-0/+2
* Test tweaks to help testing on mingw-only win32 systemsMats Wichmann2021-04-141-1/+1
* fixed sider issuesDaniel Moody2021-04-021-0/+1
* fix up some doc issues and add test coverageDaniel Moody2021-04-011-0/+24
* Drop the local CLVar class from EnvironmentTestsMats Wichmann2021-03-281-12/+2
* Drop dictionary has_key references: Py2-ism.Mats Wichmann2021-03-111-21/+2
* Ensure that when user runs scons -n/--no_exec the CacheDir's config file is n...William Deegan2021-01-161-1/+11
* resolve sider issueWilliam Deegan2021-01-161-1/+0
* update cachedir tests to workin a test.workpath(), and also verify that the c...William Deegan2021-01-161-4/+15
* Fix bug where SideEffect() was returning duplicate entriesAdam Gross2021-01-051-3/+9
* Don't allow duplicate side effects to be addedAdam Gross2021-01-051-0/+6
* Fix a sider complaint in EnvironmentTests.pyMats Wichmann2020-10-261-1/+7
* Fix/update global AddMethodMats Wichmann2020-10-121-1/+13
* Update some copyright strings and drop __revision__ [skip appveyor]Mats Wichmann2020-09-231-3/+2
* Merge branch 'master' into better-tool-msgWilliam Deegan2020-09-191-34/+55
|\
| * Fix some MergeFlags issuesMats Wichmann2020-08-271-34/+55
* | Change erorr in case not-found Tool requestedMats Wichmann2020-09-091-4/+4
|/
* Simplify more tests to use unittest.mainMats Wichmann2020-08-251-15/+6
* Enable environment dict.setdefaultMats Wichmann2020-07-311-4/+51
* Add keys() and values() to environmentMats Wichmann2020-06-251-22/+32
* Extend `Environment.Dump()` to select serialization formatAndrii Doroshenko (Xrayez)2020-05-281-0/+12
* classes no longer explicitly inherit from objectMats Wichmann2020-05-241-21/+21
* If ParseFlags called with dict argument, leave unchangedMats Wichmann2020-05-221-0/+14
* Reorganize the repo. Moved src/engine/SCons to ./SCons to be more in line wit...William Deegan2020-05-061-0/+3886