ihatemoney/ihatemoney
Baptiste Jonglez 2e4bb0ec8c tests: ensure that /tmp/ihatemoney.db does not get overwritten
Most of the tests are using a separate database, but we have a few tests
that are loading default values and are writing to /tmp/ihatemoney.db.

This is annoying because it's also the database used for development:
running the test suite breaks the dev database.

To fix this, always use a separate testing database to avoid interference.
2021-07-14 10:36:39 +02:00
..
api Rework currency switching (#661) 2021-07-06 21:51:32 +02:00
conf-templates Document timezone settings 2020-11-13 21:40:39 +01:00
migrations Set black target to python3.6 2020-11-25 09:25:36 +01:00
static Added a page for downloading mobile application (#688) 2020-11-24 22:22:46 +01:00
templates Improve localization on the History page using string replacement (#587) 2021-07-12 22:48:19 +02:00
tests tests: ensure that /tmp/ihatemoney.db does not get overwritten 2021-07-14 10:36:39 +02:00
translations Translated using Weblate (Indonesian) 2021-07-12 23:30:30 +02:00
__init__.py Absolute imports & some other improvements (#243) 2017-07-07 00:06:56 +02:00
babel.cfg Absolute imports & some other improvements (#243) 2017-07-07 00:06:56 +02:00
currency_convertor.py Change the URL of the exchange API. Fixes #735 (#736) 2021-04-07 15:29:33 +02:00
default_settings.py Add portuguese to available languages 2020-11-13 00:28:52 +01:00
forms.py Add missing field description from #774 2021-07-09 01:24:29 +02:00
history.py Improve localization on the History page using string replacement (#587) 2021-07-12 22:48:19 +02:00
manage.py remove usage of Flask-Script 2021-06-06 15:13:21 +02:00
messages.pot Regenerate translation files 2021-07-09 01:20:50 +02:00
models.py Fix SQL query in has_multiple_currencies 2021-07-10 00:34:43 +02:00
patch_sqlalchemy_continuum.py Set black target to python3.6 2020-11-25 09:25:36 +01:00
run.py Improve localization on the History page using string replacement (#587) 2021-07-12 22:48:19 +02:00
utils.py Improve localization on the History page using string replacement (#587) 2021-07-12 22:48:19 +02:00
versioning.py Add Project History Page (#553) 2020-04-20 15:30:27 +02:00
web.py Rework currency switching (#661) 2021-07-06 21:51:32 +02:00
wsgi.py Absolute imports & some other improvements (#243) 2017-07-07 00:06:56 +02:00