fix tests execution when building debian packages after changes from 05abfb07 and bb4aea9f:
- move django settings for tests in new swh.web.settings.tests module - set DJANGO_SETTINGS_MODULE environment variable value to that module in debian/rules
Showing
- debian/rules 1 addition, 0 deletionsdebian/rules
- swh/web/api/views/__init__.py 0 additions, 90 deletionsswh/web/api/views/__init__.py
- swh/web/api/views/content.py 1 addition, 1 deletionswh/web/api/views/content.py
- swh/web/api/views/directory.py 1 addition, 1 deletionswh/web/api/views/directory.py
- swh/web/api/views/entity.py 1 addition, 1 deletionswh/web/api/views/entity.py
- swh/web/api/views/origin.py 1 addition, 1 deletionswh/web/api/views/origin.py
- swh/web/api/views/person.py 1 addition, 1 deletionswh/web/api/views/person.py
- swh/web/api/views/release.py 1 addition, 1 deletionswh/web/api/views/release.py
- swh/web/api/views/revision.py 1 addition, 1 deletionswh/web/api/views/revision.py
- swh/web/api/views/utils.py 90 additions, 0 deletionsswh/web/api/views/utils.py
- swh/web/settings/tests.py 36 additions, 0 deletionsswh/web/settings/tests.py
- swh/web/tests/__init__.py 5 additions, 30 deletionsswh/web/tests/__init__.py
- swh/web/tests/api/test_api_lookup.py 9 additions, 9 deletionsswh/web/tests/api/test_api_lookup.py
- swh/web/tests/browse/views/data/__init__.py 0 additions, 0 deletionsswh/web/tests/browse/views/data/__init__.py
- swh/web/tests/common/test_throttling.py 1 addition, 1 deletionswh/web/tests/common/test_throttling.py
Loading
Please register or sign in to comment