Skip to content

Commit 913f21f

Browse files
authored
Update test_v1.py
1 parent e6fcac2 commit 913f21f

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

tests/test_v1.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,4 +234,10 @@ def test_entityschema_e275(self):
234234

235235

236236
if __name__ == '__main__':
237-
unittest.main()
237+
import xmlrunner
238+
239+
unittest.main(
240+
testRunner=xmlrunner.XMLTestRunner(output='test-reports'),
241+
failfast=False,
242+
buffer=False,
243+
catchbreak=False)

0 commit comments

Comments
 (0)