summaryrefslogtreecommitdiff
path: root/test/SConsignFile/explicit-file.py
Commit message (Collapse)AuthorAgeFilesLines
* Normalized all sconsfiles and sub-sconsfiles to use algorithm if not ↵Jacob Cassagnol2021-11-091-4/+5
| | | | | | | | | defaulted to md5. Dir search now excludes all types of sconsfiles that are now created. Environment now defaults to the current scons filename instead of .sconsfile Sconsign now has a function used by a lot of code that gets the default sconsign filename Any tests referring to .sconsfile have now been changed, including one old legacy test.
* [PR #3836] fix misplaced docstrings on two tests [ci skip]Mats Wichmann2020-12-131-3/+1
| | | | Signed-off-by: Mats Wichmann <mats@linux.com>
* [PR #3836] while we're at it, update SConsignFile testsMats Wichmann2020-12-051-13/+13
| | | | | | | Formatting, copyright header, make sure to null out tools to speed up Windeows. Signed-off-by: Mats Wichmann <mats@linux.com>
* Run autoflake on codeMats Wichmann2020-09-211-1/+0
| | | | | | | | | | Eliminate unneeded imports, and a few unneeded statements - usually "pass" where it is not syntactically needed. A couple of import try blocks were eliminated or changed when they're "cannot happen" due to current floor Python version. Signed-off-by: Mats Wichmann <mats@linux.com>
* [PY 3.8] test fixes for file closings, rawstringsMats Wichmann2019-04-251-4/+2
| | | | | | | On a linux host (missing some things that may be on the Travis CI setup), Py3.8a3 now shows 19 fails, 1048 pass, with 84 Warning: messages. Signed-off-by: Mats Wichmann <mats@linux.com>
* Fix for backslash being treated as an escape characterThomas Tanner2016-01-301-1/+1
| | | | | On my windows system, my python is in c:\apps\32\python. Theres a lot of places where that \32 gets turned into an ascii character and the unit tests don't run.
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-091-0/+6
|
* Issue 1693: make the subdirectory in which the .sconsign file willSteven Knight2008-09-141-0/+82
| | | | appear (if it doesn't already exist. (Damyan Pepper, Jim Randall)
* Revert the previous change, I overlooked some regression test failures.Steven Knight2008-09-131-82/+0
|
* Issue 1693: Make the directory in which the .sconsign file will live,Steven Knight2008-09-131-0/+82
if the directory doesn't already exist. (Damyan Pepper, Jim Randall)