From: Andrea Righi Date: Tue, 5 Dec 2023 08:21:39 +0000 (+0100) Subject: tests/test_todo_note: drop unnecessary debugging info X-Git-Tag: v0.2~13 X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=c5cb263d74594b51b382cd814f07d90a276ad5a9;p=annotations.git tests/test_todo_note: drop unnecessary debugging info Signed-off-by: Andrea Righi --- diff --git a/tests/test_todo_note.py b/tests/test_todo_note.py index fef971c..61e5611 100644 --- 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)