2022-02-02 06:28:03 +00:00
|
|
|
Index: tasklib-2.4.3/tasklib/tests.py
|
2019-12-02 08:04:49 +00:00
|
|
|
===================================================================
|
2022-02-02 06:28:03 +00:00
|
|
|
--- tasklib-2.4.3.orig/tasklib/tests.py
|
|
|
|
+++ tasklib-2.4.3/tasklib/tests.py
|
|
|
|
@@ -66,6 +66,7 @@ class TasklibTest(unittest.TestCase):
|
2019-12-02 08:04:49 +00:00
|
|
|
|
2022-02-02 06:28:03 +00:00
|
|
|
class TaskWarriorTest(TasklibTest):
|
2019-12-02 08:04:49 +00:00
|
|
|
|
2022-02-02 06:28:03 +00:00
|
|
|
+ @unittest.skipUnless(sys.platform.startswith("win"), "requires Windows")
|
|
|
|
def test_custom_command(self):
|
|
|
|
# ensure that a custom command which contains multiple parts
|
|
|
|
# is properly split up
|