Skip to content
Snippets Groups Projects
  1. Apr 26, 2022
  2. Apr 21, 2022
  3. Apr 20, 2022
  4. Apr 08, 2022
  5. Mar 22, 2022
    • Antoine Lambert's avatar
      pytest: Exclude build directory for tests discovery · 96987c2c
      Antoine Lambert authored
      Due to test modules being copied in subdirectories of the
      build directory by setuptools, it makes pytest fail by raising
      ImportPathMismatchError exceptions when invoked from root
      directory of the module.
      
      So ignore the build folder to discover tests.
      96987c2c
  6. Feb 10, 2022
  7. Jan 21, 2022
  8. Jan 14, 2022
  9. Jan 11, 2022
  10. Jan 10, 2022
  11. Dec 20, 2021
    • vlorentz's avatar
      tests: Remove the SWHTag mock, use dulwich.objects.Tag instead. · 0cc96c25
      vlorentz authored
      This mock was clunky because it didn't actually behave much like
      dulwich's Tag.
      
      Additionally, a future commit will need to access the as_raw_chunks()
      method of ShaFile objects, so SWHTag isn't suitable anymore as it
      would need to diverge even more by implementing its own serialization.
      0cc96c25
  12. Dec 16, 2021
  13. Oct 28, 2021
  14. Oct 21, 2021
  15. Oct 20, 2021
  16. Oct 11, 2021
  17. Oct 05, 2021
  18. Oct 01, 2021
  19. Sep 30, 2021
  20. Sep 28, 2021
  21. Sep 21, 2021
  22. Sep 16, 2021
  23. Aug 09, 2021
  24. Aug 06, 2021
Loading