Refactor how test are run, add tests to exercise pytype (if installed) (#353)

This commit is contained in:
alvarocaceres
2016-07-12 17:30:54 -05:00
committed by Guido van Rossum
parent 1c4662d2f3
commit 63cbe2dc3c
5 changed files with 185 additions and 10 deletions

4
runtests.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/sh
./tests/mypy_test.py
./tests/pytype_test.py