Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correcting runWithHTMLReturn2() Function in test.py #193

Closed
wants to merge 1 commit into from

Commits on Jun 20, 2020

  1. Correcting runWithHTMLReturn2() Function in test.py

    Initially, runWithHTMLReturn2() function was iterating over the name of test script received from the run() function but to get the report in defined format of define.py TestMessage class it should iterate over list of TestMessage received from runWithReport() function and it was finally returning single test but it should return ret variable containing all tests.
    amber082 authored Jun 20, 2020
    Configuration menu
    Copy the full SHA
    c1a23ce View commit details
    Browse the repository at this point in the history