Python: Create automated tests with Unittest and Xmlrunner

preview_player
Показать описание
Create automated tests with Python's unittest module and report the results in a pretty JUnit like XML file with Python's Xmlrunner module.

This is great for Unit testing, Integration testing, E2E Testing....is up to you!!!
Рекомендации по теме
Комментарии
Автор

How can I generate one single xml format reporting file when I have multiple test files?

xiaofu
Автор

What I didn't get is the module with no_args. Why do you need that? I thought that was one of the test case? Could you pls clarify ?

richlopes