1. 31 Jul, 2020 1 commit
    • moto's avatar
      [CI] Make *nix unit test fail if C++ extension is not available (#847) · 3bab2b29
      moto authored
      Currently our test suites automatically/silently skip tests on C++ extension
      if it is not available. This is nice in local env, but in CI these tests should be
      enforced and reported as failure if C++ extension is not available.
      
      This PR adds switch for making tests fail if C++ extension is not available,
      and make CI for *nix fail if that's the case.
      3bab2b29
  2. 29 Jul, 2020 1 commit
    • moto's avatar
      Move BACKEDNS and BACKENDS_MP3 to test module from common_utils (#831) · 8fdb8df2
      moto authored
      Now that most of our test cases are backend aware/agnostic,
      the use of BACKENDS and BACKENDS_MP3 is anti-pattern.
      
      This change moves these definitions to the legacy test module `test_io`.
      
      If a new backend is added in future, that backend should have separate test suite,
      (like the ones in `test/sox_io_backend`) so instead of dynamically listing available
      backend in `test_io`, the changed code only checks "sox" backend and "soundfile" backend.
      8fdb8df2
  3. 22 Jul, 2020 1 commit
  4. 16 Jul, 2020 3 commits
  5. 14 Jul, 2020 2 commits
  6. 01 Jul, 2020 1 commit