ihatemoney/ihatemoney/tests
Éloi Rivard 3ac1bb8afe tests: cache the jinja bytecode between unit tests
The jinja templates are compiled once per test session instead of once
per test, using jinja cache system and a pytest fixture.

https://jinja.palletsprojects.com/en/3.1.x/api/#jinja2.FileSystemBytecodeCache
2024-04-16 23:11:42 +02:00
..
common tests: migrate to pytest 2023-10-01 23:33:36 +02:00
__init__.py Absolute imports & some other improvements (#243) 2017-07-07 00:06:56 +02:00
api_test.py Reformat code with black and isort 2024-03-25 20:46:39 +01:00
budget_test.py Chore: ran black 2024-03-31 19:21:56 +02:00
conftest.py tests: cache the jinja bytecode between unit tests 2024-04-16 23:11:42 +02:00
history_test.py Adding bill types and automatic settling between people (#1290) 2024-03-16 12:20:48 +01:00
ihatemoney.cfg tests: speed up unit tests (#1215) 2023-08-13 00:04:06 +02:00
ihatemoney_envvar.cfg tests: speed up unit tests (#1215) 2023-08-13 00:04:06 +02:00
import_test.py Removed fromage erasure 2024-03-31 19:21:56 +02:00
main_test.py Adding bill types and automatic settling between people (#1290) 2024-03-16 12:20:48 +01:00