Skip to content

Commit ad1a3fc

Browse files
committed
test multiple reports vs. single report.
1 parent cdb7223 commit ad1a3fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/django_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,3 +103,4 @@ def test_django_multiple_reports(self):
103103
test_files = glob.glob(path.join(self.tmpdir, 'TEST*.xml'))
104104
self.assertTrue(test_files,
105105
'did not generate xml reports where expected.')
106+
self.assertEqual(2, len(test_files))

0 commit comments

Comments
 (0)