taskwarrior/test/basetest/__init__.py
Renato Alves d354d13263 Unittest - Bring back diag() for generating TAP output
* Still needs work to make sure output is displayed after the test
status (not ok ...) and not before.
2014-07-14 11:38:04 +01:00

7 lines
128 B
Python

# -*- coding: utf-8 -*-
from .task import Task
from .taskd import Taskd
from .testing import TestCase
# vim: ai sts=4 et sw=4