summaryrefslogtreecommitdiff
path: root/tools/unit_tests.py
AgeCommit message (Collapse)Author
2019-02-12Decouple ts_library_builder from std/testing (#1749)Ryan Dahl
2019-02-11fix: improve formatting (#1732)Yoshiya Hinosawa
2019-02-08Add --allow-read (#1689)Dmitry Sharshakov
Co-authored-by: Greg Altman <g.s.altman@gmail.com>
2019-01-21chore: update license lines (#1557)Yoshiya Hinosawa
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