summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/ActionTests.py
Commit message (Expand)AuthorAgeFilesLines
* Don't hide exceptions when command does not existMathew Robinson2019-06-101-0/+17
* [PY 3.8] file closes in tools and othersMats Wichmann2019-04-251-0/+9
* Fixup some code triggering pylint errors.Mats Wichmann2019-04-211-4/+4
* Clean up some tests: use context managersMats Wichmann2019-02-141-11/+14
* Fix is/is not syntaxMats Wichmann2019-02-111-4/+4
* fix missing code contents that should be included in signature of a function ...Zachary Tessler2018-12-221-6/+6
* Fix src/engine/SCons/ActionTests.py. Needed per python version valid strings ...William Deegan2018-07-161-0/+11
* Replace usage of unittest.TestSuite with unittest.main()Hao Wu2018-07-121-1/+0
* PEP8 plus remove testsuite logic and switch to simpler unittest.main(). This ...William Deegan2018-06-231-196/+327
* Merged in thosrtanner/trt-scons-sig-suppress (pull request #390)William Deegan2017-08-071-3/+3
|\
| * Allow nested $( $) sectionsThomas Tanner2017-02-111-3/+3
* | PY2/3 fix action function sigs to skip docstringsWilliam Deegan2017-08-021-21/+21
* | Remove dead code left after creating python version specific golden valuesWilliam Deegan2017-08-011-26/+0
* | PY2/3 update signatures and simplify logic so we have expected signitures per...William Deegan2017-08-011-92/+102
* | PY2/3 Add property values for object/instance signatureWilliam Deegan2017-07-311-4/+3
* | PY2/3 Fix action object content signiture to be stable. Note need expected va...William Deegan2017-07-311-18/+15
* | py2/3 fix expected signatures for python actions (functions,classes). Unfortu...William Deegan2017-06-251-34/+81
* | PY2/3 fixed actiontests for python 3 (turns out it only passes for python 3.5...William Deegan2017-06-241-3/+2
* | py2/3 fix signatures for py2. Note this means that many builds may unneccesar...William Deegan2017-06-241-2/+10
* | Remove ancient Aegis revision control system filesJane Doe2017-05-301-2/+2
* | py2/3 better messaging for actiontest failuresWilliam Deegan2017-05-281-4/+5
* | Improve error messages when test failWilliam Deegan2017-05-261-2/+2
* | When iterating over dict.items(), we do not need a new list.Craig Rodrigues2017-03-121-3/+3
* | PY3 porting work. Also moved comments for methods into docstringsWilliam Deegan2017-02-201-3/+51
* | Added some details comments to _function_contents() which is used to generate...William Deegan2016-12-231-0/+1
* | fixes get function/object signatures working on python 3 (and 2.7)William Deegan2016-12-211-4/+6
|/
* Futurize stage 2 2to3 fixes only.William Blevins2016-09-201-3/+3
* fix some tests for pypyDaniel Holth2016-06-061-12/+18
* Output changed so changed expected results.Russel Winder2016-01-101-21/+21
* Post merge commit for safety. Building Fortran code works, but tests fail.Russel Winder2015-12-241-83/+0
|\
| * removed several pre-2.7 methods and imports, including some basic refactoringsDirk Baechle2015-12-101-81/+0
| * - a few simple refactorings and optimizationsDirk Baechle2015-02-041-2/+0
* | Merged default branch into python3-port to keep it up to date.Gary Oberbrunner2014-08-231-0/+3
|\ \ | |/
| * - allow varlist to be specified as list of strings, fixes issue #2754Dirk Baechle2014-05-201-0/+3
* | Merged with [default]Stefan Zimmermann2014-03-311-5/+5
|\ \ | |/
| * Make runner for unit tests configurable, add TAPTestRunner that formatsanatoly techtonik2014-03-201-2/+3
| * Fix TestCmd to use ctypes when PyWin32 is not installed, and respect os.envir...Sye van der Veen2014-01-241-3/+2
* | ActionTests: No string.join(). b prefix for assert Action.get_contents().Stefan Zimmermann2013-12-271-37/+37
* | Made former 2to3 changes Python 2.7 compatible (or removed unneeded changes).Stefan Zimmermann2014-03-311-4/+4
* | Result of raw 2to3 run (2to3-2.7); checkpoint for python3 conversion.Gary Oberbrunner2013-09-221-6/+6
|/
* Make Action+None and None+Action work as expected (silently ignore the None a...Gary Oberbrunner2011-02-271-2/+13
* Test fixes for Solaris, notably making test/Actions/function.py printSteven Knight2010-06-081-0/+4
* Convert old-style utility classes in unit test files (*Tests.py)Steven Knight2010-05-121-20/+20
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-241-6/+2
* http://scons.tigris.org/issues/show_bug.cgi?id=2317Greg Noel2010-04-231-1/+1
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-151-2/+2
* Issue 2334: Use compatibility versions of collections.User{Dict,List,String}Steven Knight2010-04-071-1/+1
* Issue 2332: Convert from using StringIO.StringIO class to using theSteven Knight2010-04-071-18/+20
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-03-291-1/+0
* http://scons.tigris.org/issues/show_bug.cgi?id=2329Greg Noel2010-03-271-7/+9