]> git.madduck.net Git - etc/taskwarrior.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

tests: Replace key with different config keys that are more consistent across versions
authorTomas Babej <tomasbabej@gmail.com>
Sun, 8 Jan 2017 02:07:34 +0000 (03:07 +0100)
committerTomas Babej <tomasbabej@gmail.com>
Sun, 8 Jan 2017 02:07:34 +0000 (03:07 +0100)
tasklib/tests.py

index db8813491c196d4f176bc9df2dd1fdbc63bbd752..3e60ac013376fc571c0c8d2f66db613f5c948ed9 100644 (file)
@@ -1376,4 +1376,5 @@ class TaskWarriorBackendTest(TasklibTest):
 
     def test_config(self):
         assert self.tw.config['nag'] == "You have more urgent tasks."
-        assert self.tw.config['debug'] == "no"
+        assert self.tw.config['default.command'] == "next"
+        assert self.tw.config['dependency.indicator'] == "D"