Skip to content
Snippets Groups Projects
  1. May 11, 2022
  2. May 10, 2022
  3. May 09, 2022
  4. May 02, 2022
  5. Apr 29, 2022
  6. Apr 27, 2022
    • Antoine Lambert's avatar
      tasks: Simplify implementation and add tests for listed origins · 4fc65233
      Antoine Lambert authored
      Recent changes in swh-scheduler add new parameters to the celery tasks
      produced from swh.scheduler.model.ListedOrigin instances.
      
      So ensure to handle any new parameters by not hardcoding the expected
      ones in task signatures.
      
      Remove unsafe use of unnamed task parameters.
      
      Add new tests checking task parameters produced from ListedOrigin
      instances do no raise error when attempting to create a cvs loader.
      
      Related to T4187
      v0.2.2
      4fc65233
  7. Apr 26, 2022
  8. Apr 25, 2022
  9. Apr 22, 2022
  10. Apr 21, 2022
  11. Apr 14, 2022
  12. Apr 08, 2022
  13. Apr 06, 2022
  14. Mar 22, 2022
    • Antoine Lambert's avatar
      pytest: Exclude build directory for tests discovery · ecb447a3
      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.
      ecb447a3
  15. Feb 18, 2022
  16. Feb 10, 2022
Loading