summaryrefslogtreecommitdiffstats
path: root/test/Scanner/Python
Commit message (Collapse)AuthorAgeFilesLines
* Add a copyright header to test filesMats Wichmann2023-05-213-2/+15
| | | | | | | | | | | | | A lot of files that are not the main test scripts had no license/copyright headers. This change adds those. In a small number of cases, this necessitaed a change to an expected line number from a failure/exception message. Along the way, some are lightly reformatted and some add a DefaultEnvironment call. Signed-off-by: Mats Wichmann <mats@linux.com>
* Fix sider issuesAdam Gross2020-11-172-3/+3
|
* Fix all testsAdam Gross2020-11-172-5/+10
| | | | This change fixes all tests. It's still a a WIP change because I think the "imports" logic is wrong for file imports.
* Some initial fixesAdam Gross2020-11-161-3/+3
|
* Remove exception from script.pyAdam Gross2020-11-131-2/+0
|
* Change test to follow its own instructionsAdam Gross2020-11-131-4/+2
|
* First draft of teaching Python scanner about dynamic filesAdam Gross2020-11-135-0/+22