mirror of
https://github.com/YunoHost-Apps/ihatemoney_ynh.git
synced 2024-09-03 19:26:15 +02:00
376a0b37e3
The test was always failing, actual reason is the `app.run.configure()` fails to reset the `APPLICATION_ROOT` setting which `ServerTestCase.test_prefixed` overloads (side effect). This patch *do not* fix app.run.configure as it seems uneasy, but takes a different approach which has the advantage of making the test more explicit. Would still be a good thing to investigate more on configure(). Fix #163 |
||
---|---|---|
.. | ||
migrations | ||
static | ||
templates | ||
translations/fr/LC_MESSAGES | ||
__init__.py | ||
api.py | ||
babel.cfg | ||
default_settings.py | ||
forms.py | ||
manage.py | ||
merged_settings.py | ||
messages.pot | ||
models.py | ||
requirements.txt | ||
run.py | ||
tests.py | ||
utils.py | ||
web.py |