projects
/
annotations.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7339d06
)
tests: test_override: drop unnecessary debugging print()
author
Andrea Righi
<andrea.righi@canonical.com>
Wed, 13 Dec 2023 13:21:33 +0000
(14:21 +0100)
committer
Andrea Righi
<andrea.righi@canonical.com>
Wed, 13 Dec 2023 13:21:33 +0000
(14:21 +0100)
Signed-off-by: Andrea Righi <andrea.righi@canonical.com>
tests/test_override.py
patch
|
blob
|
history
diff --git
a/tests/test_override.py
b/tests/test_override.py
index 3ec180e24c3fccea472d1028fd356a2f11cc0b01..12bf907ceb3c542a8992336a1ee7090df6a74f97 100644
(file)
--- a/
tests/test_override.py
+++ b/
tests/test_override.py
@@
-10,6
+10,5
@@
class TestLoadAnnotations(unittest.TestCase):
for d in ("annotations.override.1",):
f = "tests/data/" + d
a = Annotation(f)
- print(utils.to_dict(a))
r = utils.load_json(f + ".result")
self.assertEqual(utils.to_dict(a), r)