- May 09, 2022
-
-
Pratyush authored
-
- Mar 22, 2022
-
-
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.
-
- Oct 07, 2020
-
-
Antoine R. Dumont authored
-
- Aug 25, 2020
-
-
vlorentz authored
pytest wastes a lot of time in .hypothesis and .git; this commit excludes them.
-
- Jul 09, 2020
-
-
Nicolas Dandrimont authored
-
- Apr 23, 2020
-
-
Antoine Lambert authored
pytest-django and pytest-flask both declare a fixture named client and the wrong one is picked when running swh-deposit tests. So avoid the loading of pytest flask plugin to prevent errors when running tests.
-
- Oct 19, 2019
-
-
Antoine R. Dumont authored
-
- Oct 24, 2018
-
-
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
-
- Oct 23, 2018
-
-
Nicolas Dandrimont authored
-