- Nov 08, 2018
-
-
David Douard authored
-
- Nov 07, 2018
-
-
Antoine R. Dumont authored
-
- Oct 29, 2018
-
-
David Douard authored
-
- Oct 24, 2018
-
-
David Douard authored
We need to explicitely specify the location where pytest looks for tests to prevent the kind of nasty error described here: https://tox.readthedocs.io/en/latest/example/pytest.html#known-issues-and-limitations Also note that migrations scripts are excluded from flake8 in the tox file. related to T1247.
-
David Douard authored
-
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
-
-
David Douard authored
tests_require != test_requires
-
Nicolas Dandrimont authored
-
- Oct 12, 2018
-
-
Nicolas Dandrimont authored
Summary: Part of T1261 Test Plan: Still running 104 tests after the change Reviewers: ardumont Differential Revision: https://forge.softwareheritage.org/D525
-
- Oct 08, 2018
-
-
David Douard authored
-
David Douard authored
related to T1242
-
- Oct 05, 2018
-
-
Antoine Pietri authored
-
- Oct 02, 2018
-
-
vlorentz authored
Django 2.0 removed `django.core.urlresolvers` (which was replaced/deprecated in favor of `django.urls` in 1.10). Django_nose is also needed to run tests.
-
- Oct 01, 2018
-
-
Stefano Zacchiroli authored
-
Stefano Zacchiroli authored
-
Antoine R. Dumont authored
-
Morane Otilia Gruenpeter authored
typo
-
- Sep 28, 2018
-
-
Antoine R. Dumont authored
autodoc tries to import discovered modules independently from their runtime use. As swh/deposit/settings holds multiple runtime settings (including production), this wrongly tries to load the production one. This fixes all html documentation generation. Close T1182 Close D447
-
- Sep 27, 2018
-
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
autodoc tries to import discovered modules independently from their runtime use. As swh/deposit/settings holds multiple runtime settings (including production), this wrongly tries to load the production one. This only fixes the local html documentation generation. This does not fix the global html documentation generation though. Related T1182
-
- Sep 17, 2018
-
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
- Sep 12, 2018
-
-
Antoine R. Dumont authored
Related T1169
-
Antoine R. Dumont authored
Related T1169
-
Antoine R. Dumont authored
-
- Sep 04, 2018
-
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
Ids can be other types than string, join will not work on those. This commit fixes it.
-
- Aug 30, 2018
-
-
Antoine R. Dumont authored
This does the dependencies declaration the same way the python3-swh.lister package does it.
-
- Aug 28, 2018
-
-
Morane Otilia Gruenpeter authored
-
- Jul 24, 2018
-
-
Antoine R. Dumont authored
Close T1154
-
Antoine R. Dumont authored
Related T1154
-
Antoine R. Dumont authored
-
- Jul 23, 2018
-
-
Morane Otilia Gruenpeter authored
-
Morane Otilia Gruenpeter authored
-
Morane Otilia Gruenpeter authored
-
Morane Otilia Gruenpeter authored
-
Morane Otilia Gruenpeter authored
-
Antoine R. Dumont authored
Related T1152
-
Antoine R. Dumont authored
-