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

add support for retrieving stats from ModuleLoadTest #44

Merged
merged 4 commits into from
Mar 15, 2023

Commits on Mar 15, 2023

  1. add method get_results in ModuleLoadTest class which returns a dictio…

    …nary with
    
    results such as passed, failed, total and rate.
    
    change logic for include and exclude to work, both can be specified. If after include and exclude
    there are no modules we return and raise SystemExit.
    
    If count == 0 we raise exception SystemExit
    
    refactor regression test and increase coverage
    shahzebsiddiqui committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    2b0fc86 View commit details
    Browse the repository at this point in the history
  2. update coverage setting since self.debug is ignored and this caused c…

    …overage results to be skipped
    shahzebsiddiqui committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    30cf7b4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3f05e9d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3a1d950 View commit details
    Browse the repository at this point in the history