We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a0c859 commit 282b739Copy full SHA for 282b739
test/framework/easyconfig.py
@@ -1746,7 +1746,7 @@ def test_update(self):
1746
1747
# for dictionary values: extend
1748
ec.update('sanity_check_paths', {'key1': 'value1'})
1749
- self.assertTrue(ec['sanity_check_paths'].strip().endswith("'key1': 'value1'}"))
+ self.assertTrue(str(ec['sanity_check_paths']).endswith("'key1': 'value1'}"))
1750
1751
def test_hide_hidden_deps(self):
1752
"""Test use of --hide-deps on hiddendependencies."""
0 commit comments