summaryrefslogtreecommitdiff
path: root/scripts/test/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup scripts in scripts/test (#1566)Sam Clegg2018-05-251-12/+10
| | | | | | | | | | Remove executable bit and #! from scripts that don't have entry point. Add missing licence test. Move arg parsing into a function. Remove legacy --only_prepare (with underscrore) argument.
* Refactor check.py so that groups of tests can be split into separate … (#849)jgravelle-google2016-12-061-0/+17
* Refactor check.py so that groups of tests can be split into separate files - Move helper util functions into test/shared.py - Move scripts/support.py to test/support.py - Split s2wasm tests into its own file * Fix flake8 warnings for shared.py and s2wasm.py * Move test scripts from test/ to scripts/test/ * Replace 'from shared import *' with explicit imports