taskwarrior/test/basetest
Renato Alves 1f279ffde8 Unittest - Try to avoid racing conditions failures when capturing stdout/stderr
* The new unblocking strategy for subprocesses involves timeouts and
waiting periods. If the timeout is too short (or absent) tests may show
intermittent failure.
* Increasing the timeout may make tests a bit slower but more reliable.
2014-07-15 03:29:49 +01:00
..
__init__.py Unittest - Bring back diag() for generating TAP output 2014-07-14 11:38:04 +01:00
exceptions.py Unittest - CommandError exception treats SIGABRT specially 2014-07-15 02:40:56 +01:00
task.py Unittest - exit code may be None if process failed to finish 2014-07-15 01:37:17 +01:00
taskd.py Unittest - Add code to check if taskd is available 2014-07-15 00:50:58 +01:00
testing.py Unittest - Example of TAP diag use in template.t 2014-07-15 03:02:47 +01:00
utils.py Unittest - Try to avoid racing conditions failures when capturing stdout/stderr 2014-07-15 03:29:49 +01:00