mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
![]() Test runner complains about it not being supported with binary files and it does not look like it affects any tests in the first place anyway. |
||
---|---|---|
.. | ||
__init__.py | ||
compat.py | ||
exceptions.py | ||
hooks.py | ||
meta.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 only) to be skipped (TestCase) TASKD_SKIP -> Causes any test that needs Task Server (taskd) to be skipped (ServerTestCase) # NOTE: Tests that use both "task" and "taskd" (ServerTestCase) are not skipped when TASKW_SKIP is set. TASK_USE_PATH -> Causes tests to look for "task" in PATH instead of the default location TASKD_USE_PATH -> Causes tests to look for "taskd" in PATH instead of the default location