We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc44cee commit a18f8c0Copy full SHA for a18f8c0
googletest/test/googletest-filter-unittest.py
@@ -695,7 +695,7 @@ def testShardStatusFileIsCreatedWithListTests(self):
695
696
def testDisabledBanner(self):
697
"""Tests that the disabled banner prints only tests that match filter."""
698
- make_filter = lambda s: ['--%s=%s' % (FILTER_FLAG, s)]
+ make_filter = lambda s: ['--%s=%s' % (FILTER_FLAG, s)] # noqa: E731
699
700
banners = RunAndExtractDisabledBannerList(make_filter('*'))
701
self.AssertSetEqual(
0 commit comments