projects
/
annotations.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6adcf83
)
tests/test_todo_note: drop unnecessary debugging info
author
Andrea Righi
<andrea.righi@canonical.com>
Tue, 5 Dec 2023 08:21:39 +0000
(09:21 +0100)
committer
Andrea Righi
<andrea.righi@canonical.com>
Mon, 11 Dec 2023 10:00:49 +0000
(11:00 +0100)
Signed-off-by: Andrea Righi <andrea.righi@canonical.com>
tests/test_todo_note.py
patch
|
blob
|
history
diff --git
a/tests/test_todo_note.py
b/tests/test_todo_note.py
index fef971c6e54b1528751695af12b65f409a88451d..61e5611d54d54ddb0b908772477760ad57553914 100644
(file)
--- a/
tests/test_todo_note.py
+++ b/
tests/test_todo_note.py
@@
-11,6
+11,5
@@
class TestTodoNote(unittest.TestCase):
a = Annotation("tests/data/annotations.todo-note.1")
c = KConfig("tests/data/config.todo-note.1")
a.update(c, arch="amd64", flavour="gcp")
- print(json.dumps(utils.to_dict(a)))
r = utils.load_json("tests/data/annotations.todo-note.1.result")
self.assertEqual(utils.to_dict(a), r)