1. 31 Jul, 2020 1 commit
  2. 22 Jul, 2020 1 commit
    • moto's avatar
      Refactor test_sox_effects (#805) · 05746042
      moto authored
      1. Move misplaced sox compatibility test (T,Fade, T.Vol, T.Vad) to test/test_sox_compatibility.py
      2. Move test_sox_effects to test/sox_effect/ where all the other functionalities from torchaudio.sox_effects are tested
      05746042
  3. 12 Jul, 2020 1 commit
  4. 08 Jul, 2020 1 commit
  5. 18 Jun, 2020 1 commit
    • moto's avatar
      Make TestCases backend-aware (#719) · b17da7a4
      moto authored
      * Make tests backend aware by introducing TorchaudioTestCase and reset backend for each TestCase.
      
      * Set backends for the test cases that require specific backend.
      b17da7a4
  6. 01 May, 2020 1 commit
    • moto's avatar
      Add README for test (#566) · ff1c6537
      moto authored
      * Add README for test
      
      * Apply review feedback
      
      * Add description to test_dataloader
      ff1c6537