Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-30 | Use pylint. | Ryan Dahl | |
2018-10-16 | First pass at http benchmark. | Ryan Dahl | |
2018-10-11 | Improve 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-26 | tools: add shell_quote() utility function | Bert Belder | |
2018-08-21 | Expose deno.exit() and add test. | Ryan Dahl | |
2018-08-10 | Support wildcard matching of output in tests | Kitson Kelly | |