taskwarrior/test/basetest
Renato Alves c3423243d8 Tests: Rename self.diag to self.tap and use self.t.diag where applicable
Having self.diag and self.t.diag was confusing as one referred to TAP
output (self.diag) while the other referred to "task diagnostics"
self.t.diag.

self.diag is now gone and was replaced by self.tap with the same
behavior.
2015-06-10 23:33:56 +01:00
..
__init__.py Tests: Remove unnecessary imports and simplify template.t 2015-06-06 02:52:33 +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: Implement export() for task access 2015-05-28 10:09:02 +02:00
taskd.py Tests: Force protocol to IPv4 on localhost 2015-05-03 15:52:12 +01:00
testing.py Tests: Rename self.diag to self.tap and use self.t.diag where applicable 2015-06-10 23:33:56 +01:00
utils.py Tests: Accessory functions to create temporary files 2015-06-05 14:13:07 +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