1. 08 6月, 2019 1 次提交
    • A
      make tests quieter (#2468) · 5960e398
      Andy Hayden 提交于
      Don't mix every http request in with the tests output.
      Don't print that the file servers are starting unless
      -vv flag is passed.
      
      Capture the output of run with run_output which returns
      stdout, stderr and exit_code. Test against this rather
      than relying on sys.exit.
      5960e398
  2. 31 5月, 2019 1 次提交
    • A
      chore: refactor python tests to use unittest (#2414) · 8fb44eba
      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.
      8fb44eba
  3. 02 4月, 2019 1 次提交
  4. 22 1月, 2019 1 次提交
  5. 03 1月, 2019 1 次提交
  6. 28 12月, 2018 1 次提交
  7. 22 12月, 2018 1 次提交
  8. 01 12月, 2018 1 次提交
  9. 29 10月, 2018 1 次提交
  10. 23 10月, 2018 1 次提交
  11. 20 10月, 2018 2 次提交
  12. 18 10月, 2018 1 次提交
  13. 16 10月, 2018 1 次提交
  14. 12 10月, 2018 1 次提交
  15. 10 10月, 2018 1 次提交
  16. 28 9月, 2018 1 次提交
  17. 28 8月, 2018 1 次提交
  18. 21 8月, 2018 1 次提交