1. 11 Jan, 2020 2 commits
  2. 10 Jan, 2020 1 commit
  3. 06 Jan, 2020 2 commits
  4. 23 Dec, 2019 1 commit
  5. 22 Dec, 2019 10 commits
  6. 21 Dec, 2019 5 commits
  7. 14 Dec, 2019 1 commit
  8. 13 Dec, 2019 1 commit
  9. 10 Dec, 2019 4 commits
  10. 09 Dec, 2019 2 commits
  11. 06 Dec, 2019 1 commit
    • Aymeric Augustin's avatar
      Remove dependency on pytest for running tests (#2055) · 35401fe5
      Aymeric Augustin authored
      * Switch to plain unittest for skipping slow tests.
      
      Add a RUN_SLOW environment variable for running them.
      
      * Switch to plain unittest for PyTorch dependency.
      
      * Switch to plain unittest for TensorFlow dependency.
      
      * Avoid leaking open files in the test suite.
      
      This prevents spurious warnings when running tests.
      
      * Fix unicode warning on Python 2 when running tests.
      
      The warning was:
      
          UnicodeWarning: Unicode equal comparison failed to convert both arguments to Unicode - interpreting them as being unequal
      
      * Support running PyTorch tests on a GPU.
      
      Reverts 27e015bd.
      
      * Tests no longer require pytest.
      
      * Make tests pass on cuda
      35401fe5
  12. 12 Nov, 2019 2 commits
  13. 07 Nov, 2019 1 commit
  14. 06 Nov, 2019 1 commit
  15. 05 Nov, 2019 1 commit
  16. 04 Nov, 2019 4 commits
  17. 30 Oct, 2019 1 commit