Permalink
Please sign in to comment.
Browse files
Add a function for running all unit tests in one process.
This may aid in runtime type discovery. Had to disable (the empty) pyassem_test.py for now due to its required import path.
- Loading branch information...
Showing
with
37 additions
and 14 deletions.
- +5 −6 asdl/arith_ast.py
- +10 −4 core/util.py
- +3 −1 opy/compiler2/pyassem_test.py
- +1 −3 opy/compiler2/symbols_test.py
- +18 −0 test/unit.sh
0 comments on commit
dbb5580