taskwarrior/test/basetest
Renato Alves d1698eab2d Fix usage of taskd.trust=strict on the test suite
* This reverts commit 67cb30fdce.
* Code also now tests if taskd is listening on IPv4 or IPv6 interfaces.
2015-01-20 11:56:53 +00:00
..
__init__.py Unittest - Add mechanism to skip task and taskd tests 2014-07-18 13:33:51 +01:00
exceptions.py Unittest - default to not merging stdout/stderr during tests 2014-10-20 14:01:21 +01:00
hooks.py Unittest - Hook testing, fixed a few mistakes 2015-01-19 14:54:11 +00:00
README Unittest - Notes on env vars that affect test execution 2014-07-31 17:07:14 +01:00
task.py Fix usage of taskd.trust=strict on the test suite 2015-01-20 11:56:53 +00:00
taskd.py Fix usage of taskd.trust=strict on the test suite 2015-01-20 11:56:53 +00:00
testing.py Unittest - Say where taskd couldn't be found 2014-08-11 11:12:08 +01:00
utils.py Fix usage of taskd.trust=strict on the test suite 2015-01-20 11:56:53 +00: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
USE_PATH -> Causes tests to look for "task" and "taskd" in PATH instead of the default location