summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Node/PythonTests.py
Commit message (Expand)AuthorAgeFilesLines
* Reorganize the repo. Moved src/engine/SCons to ./SCons to be more in line wit...William Deegan2020-05-061-188/+0
* Change ValueWithMemo() to take into account any name passed when memoizing Va...William Deegan2020-01-161-0/+16
* Plumb through name in ValueWithMemoAdam Gross2020-01-151-0/+1
* Add name parameter as requested in PRAdam Gross2020-01-151-0/+5
* Update and improve testsAdam Gross2020-01-101-1/+2
* Merge branch 'master' into topic/grossag/valuenameAdam Gross2020-01-101-3/+37
|\
| * Fix ambiguous variable name sider issueAdam Gross2019-12-291-3/+3
| * Clean up the code and use try/except more to optimize thingsAdam Gross2019-12-291-6/+6
| * Exclude non-primitive values from memoizationAdam Gross2019-12-231-0/+12
| * Address PR feedbackAdam Gross2019-12-121-4/+2
| * Add a test to confirm that built values are not memoizedAdam Gross2019-11-271-0/+11
| * Fix some existing flake8 validation issues in PythonTests.pyAdam Gross2019-11-251-5/+7
| * Add test cases for memoizationAdam Gross2019-11-251-0/+11
* | Avoid a flake8 warning where "contents" is unusedAdam Gross2019-11-251-0/+1
* | Add support for Value objects being implicit dependenciesAdam Gross2019-11-251-0/+10
|/
* fix Value node tests to expect a string and not bytesWilliam Deegan2018-10-111-3/+3
* Replace usage of unittest.TestSuite with unittest.main()Hao Wu2018-07-121-12/+1
* Fix broken testsGaurav Juvekar2017-04-101-3/+3
* - switching Node class and NodeInfo/Binfo to using slotsDirk Baechle2015-02-261-2/+2
* Switch unit tests to configurable runneranatoly techtonik2014-03-211-2/+3
* Convert old-style utility classes in unit test files (*Tests.py)Steven Knight2010-05-121-1/+1
* Move 2.0 changes collected in branches/pending back to trunk for furtherGreg Noel2010-03-251-1/+1
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-091-0/+6
* Merged revisions 2302-2362,2364-2452 via svnmerge fromSteven Knight2007-09-191-1/+1
* Merged revisions 1582-1665 via svnmerge fromSteven Knight2006-11-021-0/+38
* Refactor NodeInfo and BuildInfo handling to prepare for signature refactoring.Steven Knight2006-01-221-1/+20
* Split Node-specific stuff from BuildInfo into a separate NodeInfo class. Add...Steven Knight2005-06-071-4/+4
* Make the saved info opaque to the .sconsign subsystem. Lots of other cleanup.Steven Knight2004-05-141-0/+15
* Add Python Value Nodes. (Chad Austin)Steven Knight2003-05-011-0/+52