Skip to content
Snippets Groups Projects
  1. Feb 16, 2023
  2. Feb 02, 2023
  3. Jan 17, 2023
  4. Jan 16, 2023
  5. Jan 13, 2023
  6. Jan 12, 2023
  7. Dec 19, 2022
  8. Oct 25, 2022
    • vlorentz's avatar
      azure: Add tests based on Azurite in addition to mocks · df4be2d8
      vlorentz authored
      In addition to add support for multi-hashes, we will need to use more advanced
      features of the Azure Blob Storage, so using only mock-based tests will be
      less reliable.
      
      This commit adds the option to run the test suite with Azurite, a clone
      of the Azure Blob Storage API, which is a standard tool used in tests.
      df4be2d8
  9. Oct 19, 2022
  10. Oct 18, 2022
  11. Jul 13, 2022
  12. Jul 04, 2022
  13. Jun 23, 2022
    • vlorentz's avatar
      Make WineryWriter.add return None · e712f286
      vlorentz authored
      Like WineryObjStorage and other ObjStorage backends.
      e712f286
    • vlorentz's avatar
      Remove get_random() · 2caa05e8
      vlorentz authored
      It is not used anywhere (and swh-storage provides content_get_random() that
      feels the same need), and cloud backends do not implement it anyway.
      2caa05e8
  14. Jun 22, 2022
  15. Jun 21, 2022
  16. May 09, 2022
  17. Apr 26, 2022
  18. Apr 21, 2022
  19. Apr 08, 2022
  20. Apr 06, 2022
  21. Mar 22, 2022
    • Antoine Lambert's avatar
      pytest: Exclude build directory for tests discovery · 81d47653
      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.
      81d47653
  22. Mar 03, 2022
Loading