• 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
.appveyor.yml 10.2 KB