mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-20 04:13:07 +02:00
Test: Improved undo tests with more changes
This commit is contained in:
parent
849835ed24
commit
57daa02232
1 changed files with 2 additions and 2 deletions
|
@ -71,8 +71,8 @@ class TestUndo(TestCase):
|
||||||
class TestUndoStyle(TestCase):
|
class TestUndoStyle(TestCase):
|
||||||
def setUp(self):
|
def setUp(self):
|
||||||
self.t = Task()
|
self.t = Task()
|
||||||
self.t("add one")
|
self.t("add one project:foo priority:H")
|
||||||
self.t("1 modify +tag")
|
self.t("1 modify +tag project:bar priority:")
|
||||||
|
|
||||||
def test_undo_side_style(self):
|
def test_undo_side_style(self):
|
||||||
"""Test that 'rc.undo.style:side' generates the right output"""
|
"""Test that 'rc.undo.style:side' generates the right output"""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue