projects
/
kconfig-hardened-check.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
703b174
)
Don't fail the unit-test template
author
Alexander Popov
<alex.popov@linux.com>
Fri, 10 Mar 2023 21:09:38 +0000
(
00:09
+0300)
committer
Alexander Popov
<alex.popov@linux.com>
Fri, 10 Mar 2023 21:09:38 +0000
(
00:09
+0300)
That will allow the CI workflow to continue
kconfig_hardened_check/test_engine.py
patch
|
blob
|
history
diff --git
a/kconfig_hardened_check/test_engine.py
b/kconfig_hardened_check/test_engine.py
index ca6698f12a181bcaf511311fe84658330023950d..951ac4775bf68dc6e8c2771ada2718a5b58604a5 100644
(file)
--- a/
kconfig_hardened_check/test_engine.py
+++ b/
kconfig_hardened_check/test_engine.py
@@
-19,4
+19,3
@@
class TestEngine(unittest.TestCase):
def test_isupper(self):
self.assertTrue('FOO'.isupper())
- self.assertTrue('Foo'.isupper())