summaryrefslogtreecommitdiff
path: root/tools/unit_tests.py
AgeCommit message (Collapse)Author
2018-11-30Use pylint.Ryan Dahl
2018-11-16First pass at running subprocesses (#1156)Bert Belder
2018-11-08build: Use target/ instead of out/ (#1153)Ryan Dahl
2018-10-19Add missing copyrights (#1024)ztplz
2018-10-16FormatRyan Dahl
2018-10-11Add support for --typesKitson Kelly
2018-10-11Improve tools/unit_tests.py (#958)Ryan Dahl
Checks the output more carefully. The first line of output from js/unit_tests.ts should be something like "running 96 tests" And the last line should be something like "test result: ok. 96 passed; 0 failed; 0 ignored; 0 measured; 36 filtered out" This parses those strings and make sure they align. This will catch silent death bugs.
2018-09-05Add --reload to JS unit tests.Ryan Dahl
Fixes #677
2018-09-03Format.Ryan Dahl
2018-08-31Implemented deno.env and refactored flags.rsAaron Power
2018-08-27Add ability to unit test by permissions.Ryan Dahl