mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00

* Still needs work to make sure output is displayed after the test status (not ok ...) and not before.
7 lines
128 B
Python
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
|