mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-28 15:43:23 +02:00
![]() * Update hooks to use `read -r` and `printf` This portably avoids any interpretation of backslash escapes by the shell. * Support running make_tc_task elsewhere * Add a test for backslashes in task descriptions |
||
---|---|---|
.. | ||
__init__.py | ||
CMakeLists.txt | ||
compat.py | ||
exceptions.py | ||
hooks.py | ||
meta.py | ||
README | ||
task.py | ||
testing.py | ||
utils.py |
Shell environment variables that affect how and what tests are executed: TASKW_SKIP -> Causes any test that needs Taskwarrior (task binary only) to be skipped (TestCase) TASK_USE_PATH -> Causes tests to look for "task" in PATH instead of the default location