summaryrefslogtreecommitdiff
path: root/tools/test.py
AgeCommit message (Expand)Author
2019-05-03add "deno run" subcommand (#2215)Bartek Iwańczuk
2019-05-01Rename test targets (#2262)Bartek Iwańczuk
2019-04-25Rename deno prefetch to deno fetch (#2210)Bartek Iwańczuk
2019-03-18Re-enable permissions prompt tests (#1957)andy finch
2019-03-18Integrate //core into existing code baseRyan Dahl
2019-03-18Re-order tests for sanityRyan Dahl
2019-03-15core: Behavior shouldn't be genericRyan Dahl
2019-02-26deno_core (#1827)Ryan Dahl
2019-02-15Add execPath function (#1743)Dmitry Sharshakov
2019-02-12Decouple ts_library_builder from std/testing (#1749)Ryan Dahl
2019-02-11fix: improve formatting (#1732)Yoshiya Hinosawa
2019-02-08Adds deno.noColor (#1716)Ryan Dahl
2019-02-02Add isTTY function (#1622)Dmitry Sharshakov
2019-02-02Support --fmtRyan Dahl
2019-01-21chore: update license lines (#1557)Yoshiya Hinosawa
2019-01-15 Add --prefetch flag for deps prefetch without running (#1475)Kevin (Kun) "Kassimo" Qian
2018-11-05Add repl (#998)Andy Hayden
2018-11-04Improve integration test harness (#1142)Kitson Kelly
2018-10-27Ergonomics: Prompt TTY for permission escalation (#1081)Ryan Dahl
2018-10-24Remove deno_nsRyan Dahl
2018-10-19Add missing copyrights (#1024)ztplz
2018-10-15Specify deno_dir location with env var DENO_DIR (#970)Amos Lim
2018-09-26Expand binary size benchmark (#830)Kevin (Kun) "Kassimo" Qian
2018-09-26Revert "Expand binary size benchmark (#830)"Bert Belder
2018-09-25Expand binary size benchmark (#830)Kevin (Kun) "Kassimo" Qian
2018-09-24Add thread count benchmark (#811)Kevin (Kun) "Kassimo" Qian
2018-09-24tools: make color output work on windowsBert Belder
2018-09-08tools/setup: replace generated args.gn unless handcraftedBert Belder
2018-09-06Move installer to its own repo.Ryan Dahl
2018-08-31Add release installer (#639)Mirko Jotic
2018-08-27Add ability to unit test by permissions.Ryan Dahl
2018-08-22Implement writeFileSyncRyan Dahl
2018-08-20Enable http server for tests.Ryan Dahl
2018-08-10Support wildcard matching of output in testsKitson Kelly
2018-08-09Adds js/unit_tests.ts (#448)Ryan Dahl
2018-07-24Remove handlers crate target.Ryan Dahl
2018-07-21Add tools/test.py test runner. (#384)Ryan Dahl