Skip to content
  • Christoph Reiter's avatar
    tests: switch to pytest as the default test runner. See #153 · 11de6f55
    Christoph Reiter authored
    The TEST_NAMES env var gets translated to work with the pytest syntax
    (foo.py::class::method).
    
    Rename one class which triggers a pytest warning because it starts with
    "Test" but isn't one.
    
    Remove erroring out on Python warnings as pytest triggers some
    deprecation warnings by default.
    11de6f55