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 cdb7223 commit ad1a3fcCopy full SHA for ad1a3fc
tests/django_test.py
@@ -103,3 +103,4 @@ def test_django_multiple_reports(self):
103
test_files = glob.glob(path.join(self.tmpdir, 'TEST*.xml'))
104
self.assertTrue(test_files,
105
'did not generate xml reports where expected.')
106
+ self.assertEqual(2, len(test_files))
0 commit comments