Skip to content
Snippets Groups Projects
  1. Mar 26, 2025
  2. Feb 17, 2025
  3. Jan 13, 2025
  4. Aug 30, 2024
  5. Aug 27, 2024
  6. Jul 23, 2024
  7. May 15, 2024
  8. Apr 29, 2024
  9. Mar 29, 2024
  10. Mar 27, 2024
  11. Mar 26, 2024
    • Antoine Lambert's avatar
      tests: Simplify setup after pytest 8.1 release · 8b17152c
      Antoine Lambert authored
      Since the release of pytest 8.1, some pytest options are no longer
      needed and editable install can be used when running tests using tox.
      
      As the --import-mode=importlib option is removed, this requires to
      move the conftest.py file at the root of the repository to avoid
      import errors when running tests.
      8b17152c
  12. Feb 19, 2024
  13. Feb 05, 2024
  14. Jan 15, 2024
    • Antoine Lambert's avatar
      pytest: Fix tests execution in development virtual environment · a7ca6027
      Antoine Lambert authored
      Since migration to PEP 517, executing "make test" or "pytest" in the root
      directory of the graphql package triggers the following error:
      
      ModuleNotFoundError: No module named 'swh.graphql.resolver_factory'
      
      Explicitly setting the testpaths option in pytest.ini and TEST_DIRS
      variable in Makefile.local to swh/graphql/tests fix the issue.
      a7ca6027
  15. Dec 07, 2023
  16. Dec 03, 2023
  17. Dec 01, 2023
  18. Nov 29, 2023
  19. Nov 20, 2023
  20. Nov 15, 2023
  21. Oct 17, 2023
  22. Oct 13, 2023
  23. Oct 12, 2023
  24. Oct 11, 2023
  25. Aug 29, 2023
  26. Aug 23, 2023
  27. Aug 21, 2023
  28. Aug 11, 2023
  29. Aug 10, 2023
  30. Jul 28, 2023
  31. Jul 20, 2023
  32. Jul 07, 2023
  33. Jul 04, 2023
Loading