Skip to content

Commit 0cbd266

Browse files
Link to the GH issue for missing tests.
1 parent 900fc7e commit 0cbd266

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/test/testing/common/xUnitParser.unit.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,12 +123,13 @@ suite('Testing - parse JUnit XML file', () => {
123123
fs.verifyAll();
124124
});
125125

126-
// Missing tests:
126+
// Missing tests (see gh-7447):
127127
// * simple pytest
128128
// * simple nose
129129
// * complex
130130
// * error
131131
// * failure
132132
// * skipped
133133
// * no clobber old if not matching
134+
// * ...
134135
});

0 commit comments

Comments
 (0)