| 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-27 | chore: Port Python tests to unittest (#2408) | Bartek Iwańczuk | |
| 2019-05-23 | re-fix permissions for dial and listen (#2400) | Bartek Iwańczuk | |
| Closes #2397 | |||
| 2019-05-22 | Revert "Fix permissions for dial and listen (#2373)" | Bert Belder | |
| This reverts commit 7219787894f13b1920b3b6b49203cdcb8f672c00. | |||
| 2019-05-17 | Fix permissions for dial and listen (#2373) | Bartek Iwańczuk | |
| 2019-05-09 | fix: support relative path for whitelisting (#2317) | Kevin (Kun) "Kassimo" Qian | |
| Using `std::fs::canonicalize` to expand path to full existing path, such that later attempt to loop-pop and compare path segment would work. | |||
| 2019-05-08 | First pass at permissions whitelist (#2129) | andy finch | |
