Files
taskwarrior-2.x/test/basetest
Jakub Wilk e36145b4fa Tests: Don't hardcode errno constants
The values of ENOENT and ESRCH are architecture-dependent, so don't
assume they're always 2 and 3.
2018-02-17 13:59:29 +01:00
..
2018-02-17 13:59:29 +01:00
2015-07-22 16:11:15 +01:00
2015-06-12 20:20:28 +01:00
2018-02-17 13:59:29 +01:00
2018-02-17 13:59:29 +01:00
2018-02-17 13:59:29 +01:00

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