summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Fix IS_WINDOWS usage for testWilliam Deegan2020-10-041-1/+2
* Disable flake8 F401 in testWilliam Deegan2020-10-041-1/+1
* remove win32api from testWilliam Deegan2020-10-041-10/+5
* Merge branch 'autoflake' of https://github.com/mwichmann/scons into mwichmann...William Deegan2020-09-21164-205/+10
|\
| * Run autoflake on codeMats Wichmann2020-09-21164-205/+10
* | correct copyright statement per mwichmann's feedbackWilliam Deegan2020-09-212-0/+4
* | Fix the case where the argument to TEMPFILE is a list, by creating a tuple to...William Deegan2020-09-211-4/+0
* | Fix unit test, and logic which was slightly offWilliam Deegan2020-09-211-1/+0
* | Fix issue a different way than PR 3553 or 3140. Store cmdlist in dict target....William Deegan2020-09-214-220/+0
* | clean up test so it doesn't load any unnecessary toolsWilliam Deegan2020-09-201-1/+3
* | move TEMPFILE tests to their own dir, and create fixture dir and put TEMPFILE...William Deegan2020-09-204-7/+225
* | A little clean up of the testWilliam Deegan2020-09-201-7/+1
* | Do not reuse tempfilesSimon Tegelid2020-09-201-0/+64
|/
* test: Pass a correct flag to DVIPDFFLAGS testMichał Górny2020-09-181-1/+1
* Merge pull request #3784 from mwichmann/new-opt-bad-abbrevWilliam Deegan2020-08-261-0/+10
|\
| * [PR #3784] adjust opt-abbreviation msg after PR reviewMats Wichmann2020-08-251-1/+1
| * Reject abbreviations of AddOption options.Mats Wichmann2020-08-231-0/+10
* | Fix test/import to skip linkCommonWilliam Deegan2020-08-261-4/+2
|/
* Convert new e2e test to file fixture.Joachim Kuebart2020-08-112-19/+18
* Conditionally suppress deprecation message.Joachim Kuebart2020-08-111-0/+79
* Rework vc.py caching of installed vcs and remove cached_get_installed_vcs fun...Joseph Brill2020-08-071-1/+1
* Merge branch 'master' into fix_yacc_tool_to_respect_YACCWilliam Deegan2020-08-061-0/+9
|\
| * Merge branch 'master' into finish_pr_3659William Deegan2020-08-061-3/+35
| |\
| * | Fix zip tool to respect ZIPCOMSTR if it's set after an Environment or Tool('z...William Deegan2020-08-061-0/+9
* | | Fix YACC in env not respected if set before Environment/Tool is initalizedWilliam Deegan2020-08-062-2/+6
| |/ |/|
* | [PR #3746] fixed missed Py2-Py3 porting on testcase addsMats Wichmann2020-08-031-2/+2
* | Update SideEffect testcaseMats Wichmann2020-08-031-3/+35
|/
* swap / to \ for win32 and regex escape thatWilliam Deegan2020-07-141-0/+3
* Add test for defaulted TEMPFILEDIR behavior as wellWilliam Deegan2020-07-142-14/+35
* Added TEMPFILEDIR to allow configuring where TEMPFILEMUNGE create's it's temp...William Deegan2020-07-115-20/+69
* remove unneeded __REVISION__ and __copyright__William Deegan2020-07-102-8/+0
* move tempfilemung tests to their own directoryWilliam Deegan2020-07-102-0/+0
* updates for new version stringsWilliam Deegan2020-07-052-42/+43
* Merge pull request #3712 from bdbaddog/restore_scons_localWilliam Deegan2020-07-012-23/+7
|\
| * update version strings on testWilliam Deegan2020-06-301-12/+3
| * All working except automatic build of wheel and sdist packageWilliam Deegan2020-06-301-11/+4
* | Reduce the number of "false negative" test failures for Interactive/configure...Joseph Brill2020-06-291-8/+68
* | Add "#include <stdio.h>" to generated c code to prevent build failures on x86...Joseph Brill2020-06-274-0/+4
* | Swap the argument order for DummyVsWhere to match the signature of find_vc_pd...Joseph Brill2020-06-271-1/+1
* | Fix for failing Docbook slides tests.Dirk Baechle2020-06-2421-69/+219
|/
* Merge pull request #3706 from dirkbaechle/issue3580-generate-doc-lxmlWilliam Deegan2020-06-2142-170/+1042
|\
| * Removed superfluous import of 'sys' in a testcase.Dirk Baechle2020-06-211-1/+0
| * Fixed another bunch of 'bare except' errors.Dirk Baechle2020-06-2117-17/+17
| * Fixed Docbook Tool and updated its tests.Dirk Baechle2020-06-2142-156/+1029
* | Fix testing subdir usageMats Wichmann2020-06-1943-112/+123
|/
* Merge pull request #3700 from bdbaddog/issue_3694_comp_db_variantdir_issueWilliam Deegan2020-06-162-0/+158
|\
| * Add test for variant_dir with duplicate=True and FalseWilliam Deegan2020-06-152-0/+158
* | Merge pull request #3696 from mwichmann/test-cleanupWilliam Deegan2020-06-153-27/+5
|\ \ | |/ |/|
| * Bugfix: to get raw data from stdin, use bufferMats Wichmann2020-06-141-3/+1
| * Cleanups in tests and in frameworkMats Wichmann2020-06-143-25/+5