projects
/
tools
/
gbs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
186a855
)
add assert for test cases
author
wb0716
<biao716.wang@samsung.com>
Wed, 26 Jul 2023 11:20:03 +0000
(19:20 +0800)
committer
wb0716
<biao716.wang@samsung.com>
Wed, 26 Jul 2023 11:20:03 +0000
(19:20 +0800)
Change-Id: Id97469fc0f498fff253a3b3242d675490de1e588
Signed-off-by: wb0716 <biao716.wang@samsung.com>
tests/test_changelog.py
patch
|
blob
|
history
diff --git
a/tests/test_changelog.py
b/tests/test_changelog.py
index 22e2ff178568a8a1bab3ea1badf9daa2608fce64..84ee665ba0eb9ddd44f74cc41e77f66d9fddbe40 100644
(file)
--- a/
tests/test_changelog.py
+++ b/
tests/test_changelog.py
@@
-148,7
+148,7
@@
class TestChangelog(unittest.TestCase):
def test_not_updated_pos1():
"""Test normal exit when changelog is not updated."""
set_editor("true")
-
eq_
(GBS(argv=["gbs ", "changelog", "-m", "new entry"]), None)
+
self.assertEqual
(GBS(argv=["gbs ", "changelog", "-m", "new entry"]), None)
@staticmethod
@raises(GbsError)