Skip to content
Snippets Groups Projects
  1. Dec 01, 2023
  2. Nov 29, 2023
  3. May 09, 2022
  4. Mar 22, 2022
    • Antoine Lambert's avatar
      pytest: Exclude build directory for tests discovery · c83df715
      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.
      c83df715
  5. Oct 07, 2020
  6. Aug 25, 2020
  7. Jul 09, 2020
  8. Apr 23, 2020
  9. Oct 19, 2019
  10. Oct 24, 2018
    • David Douard's avatar
      tests: replace nose with pytest · bd44391c
      David Douard authored
      We do use the pytest-django plugin to manage the django db setup magic,
      so with this change, we can run tests without an existing db, or starting
      a postgres db dedicated to the tests using pifpaf.
      
      related to T1261
      bd44391c
  11. Oct 23, 2018
Loading