Fix flaky condition in pep8 noisy report test.

This commit is contained in:
Ben Patterson
2016-11-28 07:44:54 -05:00
parent be7f6ecb6c
commit 3cd107cc0a

View File

@@ -34,7 +34,7 @@ class TestGetReportFiles(unittest.TestCase):
def test_get_pep8_reports_noisy(self, my_mock):
""" Several conditions: different report types, different files, multiple files """
my_mock.return_value = iter([
('/foo', ('',), ('pep8.report',)),
('/foo', (None,), ('pep8.report',)),
('/fooz', ('/ball',), ('pylint.report',)),
('/fooz', ('/ball',), ('non.report',)),
('/fooz', ('/ball',), ('lms.xml',)),