We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 90ed64f + c4393f3 commit bdb25d7Copy full SHA for bdb25d7
tasklib/tests.py
@@ -72,7 +72,7 @@ def test_custom_command(self):
72
tw = self.get_taskwarrior(
73
task_command='wsl task',
74
# prevent `_get_version` from running as `wsl` may not exist
75
- version_override=os.getenv('TASK_VERSION'),
+ version_override=os.getenv('TASK_VERSION', 'v1.2.3'),
76
)
77
self.assertEqual(tw._get_task_command(), ['wsl', 'task'])
78
0 commit comments