| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-05-30 | chore: refactor python tests to use unittest (#2414) | Andy Hayden | |
| Move every test to a method on DenoTestCase. test.py is a single TestSuite of every TestCase. Add a Spawn context manager for http_server, this is explicitly used where it's needed. Each python test file can now be run independently without needing to manually run http_server. Add --help and consistent flags using argparse for each python test, including --failfast. Use ColorTextTestRunner so that '... ok' is green. | |||
| 2019-05-03 | add "deno run" subcommand (#2215) | Bartek IwaĆczuk | |
| 2019-01-21 | chore: update license lines (#1557) | Yoshiya Hinosawa | |
| 2018-11-30 | Use pylint. | Ryan Dahl | |
| 2018-11-08 | build: Use target/ instead of out/ (#1153) | Ryan Dahl | |
| 2018-10-19 | Add missing copyrights (#1024) | ztplz | |
| 2018-10-16 | Format | Ryan Dahl | |
| 2018-10-15 | Specify deno_dir location with env var DENO_DIR (#970) | Amos Lim | |
| (Use C:\deno instead of c:\deno in appveyor config because it's cloned to c:\ by clone_folder variable in .appveyor.yml. On the other hand, build directory is pointed to C:\ by $(APPVEYOR_BUILD_FOLDER) so that test targets are placed on separated partitions.) | |||
