Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor check.py so that groups of tests can be split into separate … (
WebAssembly#849) * 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
- Loading branch information