task-timewarrior-hook/test/basetest
Thomas Lauf 2475f1ba0e Remove DB file instead of truncating it
Taskwarrior3 uses a SQLite DB file to store the task data.
Truncating the file corrupts the database, letting the tests fail.
Removing the DB file resets Taskwarrior as well, and works with 2 and 3.
2025-03-01 21:19:06 +01:00
..
__init__.py Add E2E tests 2023-02-01 08:48:42 +01:00
exceptions.py Add E2E tests 2023-02-01 08:48:42 +01:00
hooks.py Add E2E tests 2023-02-01 08:48:42 +01:00
meta.py Add E2E tests 2023-02-01 08:48:42 +01:00
task.py Remove DB file instead of truncating it 2025-03-01 21:19:06 +01:00
testing.py Add E2E tests 2023-02-01 08:48:42 +01:00
timew.py Add E2E tests 2023-02-01 08:48:42 +01:00
utils.py Add E2E tests 2023-02-01 08:48:42 +01:00