mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-19 19:03:07 +02:00
* It is now possible to control whether taskw and/or taskd are looked up on the PATH by setting TASK_USE_PATH/TASKD_USE_PATH to "1" |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| exceptions.py | ||
| hooks.py | ||
| README | ||
| task.py | ||
| taskd.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) to be skipped TASKD_SKIP -> Causes any test that needs Task Server (taskd binary) to be skipped USE_PATH -> Causes tests to look for "task" and "taskd" in PATH instead of the default location