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 336185f commit 35518c1Copy full SHA for 35518c1
tap2junit/__main__.py
@@ -2,7 +2,7 @@
2
import os
3
import platform
4
from junit_xml import TestSuite, TestCase
5
-from .tap13 import TAP13 as tap13
+from tap2junit.tap13 import TAP13 as tap13
6
7
8
def map_yaml_to_junit(test):
0 commit comments