taskwarrior/test/basetest
2015-04-27 11:39:34 +01:00
..
__init__.py Unittest - Add mechanism to skip task and taskd tests 2014-07-18 13:33:51 +01:00
exceptions.py Tests - Rework how taskw is launched from python 2015-02-16 01:59:32 +00:00
hooks.py Tests: expose 'args' passed to hook scripts 2015-04-06 13:43:41 +01:00
README Tests: Documentation on TASK/TASKD_USE_PATH 2015-04-26 17:46:44 +01:00
task.py Tests: Increase timeout to 5 seconds 2015-04-26 15:28:51 +01:00
taskd.py Tests: Fix framework log collection error 2015-04-27 11:39:34 +01:00
testing.py Unittest - Say where taskd couldn't be found 2014-08-11 11:12:08 +01:00
utils.py Revert "Tests: Use IP address instead of hostname with taskd" 2015-04-26 18:13:20 +01:00

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
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