banrieen-PyUnitReport 0.1.4

Creator: coderz1093

Last updated:

Add to Cart

Description:

banrieenPyUnitReport 0.1.4

# PyUnitReportbanrieen_PyUnitReport modified from PyUnitReport is a unittest test runner that save test results in Html files, for human readable presentation of results.## Installation```bashYou can't use 'macro parameter character #' in math modeYou can't use 'macro parameter character #' in math mode python examples/testcase.pyRunning tests...---------------------------------------------------------------------- This test should be marked as error one. ... ERROR (0.000575)s This test should fail. ... FAIL (0.000564)s test_isupper (__main__.TestStringMethods) ... OK (0.000149)s This test should be skipped. ... SKIP (0.000067)s test_split (__main__.TestStringMethods) ... OK (0.000167)s test_upper (__main__.TestStringMethods) ... OK (0.000134)s======================================================================ERROR [0.000575s]: This test should be marked as error one.----------------------------------------------------------------------Traceback (most recent call last): File "examples/testcase.py", line 23, in test_error raise ValueErrorValueError======================================================================FAIL [0.000564s]: This test should fail.----------------------------------------------------------------------Traceback (most recent call last): File "examples/testcase.py", line 27, in test_fail self.assertEqual(1, 2)AssertionError: 1 != 2----------------------------------------------------------------------Ran 6 tests in 0.002sFAILED (Failures=1, Errors=1, Skipped=1)Generating HTML reports...Template is not specified, load default template instead.Reports generated: /Users/Leo/MyProjects/ApiTestEngine/src/pyunitreport/reports/example_dir/2017-07-26-23-33-49.html```### Html Output![html output](resources/html_output.gif)![html output](resources/html_output.png)

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.