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 ab5f29a commit 4fd2205Copy full SHA for 4fd2205
test/framework/easyconfig.py
@@ -1746,7 +1746,7 @@ def test_update(self):
1746
1747
# for dictionary values: extend, test for existence (not ordering)
1748
ec.update('sanity_check_paths', {'key1': 'value1'})
1749
- self.assertTrue(ec['sanity_check_paths']['key1']=='value1')
+ self.assertTrue(ec['sanity_check_paths']['key1'] == 'value1')
1750
1751
def test_hide_hidden_deps(self):
1752
"""Test use of --hide-deps on hiddendependencies."""
0 commit comments