summaryrefslogtreecommitdiff
path: root/tools/util_test.py
AgeCommit message (Collapse)Author
2018-11-30Use pylint.Ryan Dahl
2018-10-16First pass at http benchmark.Ryan Dahl
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-26tools: add shell_quote() utility functionBert Belder
2018-08-21Expose deno.exit() and add test.Ryan Dahl
2018-08-10Support wildcard matching of output in testsKitson Kelly