I use the nosetests command to execute python files and I often run 100+ python files in a single snapshot, many times the test file will be skipped based on the @attr value. Is there a plugin available to get a summary of the test result or summary information, as shown below.
Test1 --> passed Test2 --> failed Test3 --> error Test4 --> skipped
Nostest results can be output in XML using the Xunit parameter:
If at the command prompt, enter the following:
$ nosetests --help
This gives a number of options for media, including the required parameter, i.e.
--with-xunit
Source: https://habr.com/ru/post/1527032/More articles:Make html 5 video buffer when loading a page or only when playing a video? - htmlC ++ Function Pointer as an argument and classes? - c ++this pointer and member function address is c ++can't get nodejs working on amazon ec2 instance - node.jsMoving an image using arrow keys using JavaScript - javascripthttps://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1527033/3-columns-on-desktop-to-2-columns-on-tablet&usg=ALkJrhhTkLEyrNmn-FI7I-x1llrF2ZXbAgAngularjs, file downloads and IE9 - angularjsWhy is eval ("475957E-8905") == "475957E-8905" true? - javascriptjava.lang.IllegalStateException: neither BindingResult nor the usual target for bean name 'category', available as a request attribute - javaCustom Woocommerce Fields for Delivery Calculator - wordpressAll Articles