Skip to content

Commit 93a3b78

Browse files
committed
test: actually test the empty file
1 parent 497e2a0 commit 93a3b78

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tests/test_junit.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,13 @@ def test_junit(self, filename, expected, check):
262262
],
263263
),
264264
),
265+
(
266+
"./tests/testsuites.xml",
267+
ParsingInfo(
268+
None,
269+
[],
270+
),
271+
),
265272
],
266273
)
267274
def test_junit(self, filename, expected):

0 commit comments

Comments
 (0)