mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-19 09:53:08 +02:00
Config: No longer autovivifies
This commit is contained in:
parent
23ac9895ab
commit
63bbe857c8
3 changed files with 17 additions and 8 deletions
|
@ -51,6 +51,7 @@ class TestBaseUda(TestCase):
|
|||
class TestUdaCommand(TestBaseUda):
|
||||
def setUp(self):
|
||||
super(TestUdaCommand, self).setUp()
|
||||
self.t.config("uda.extra.type", "string")
|
||||
|
||||
def test_uda_command(self):
|
||||
"""The 'udas' command should list 'priority' and 'extra'"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue