Skip to content

unittest failures are not reported #4

@LesterTheTester

Description

@LesterTheTester

When the unittests fail, their failure is not reported:

  1. Run some tests
  2. Tess fail due to an exception, like:
    NoSuchElementException: Message: u"Unable to find element with id == login_btn
  3. After all tests / subtests finish, unittest framework reports status to us

Expected: Any tests that had subtests fail are reported as failing

Actual: No failures are reported. I get this message even though all subtests failed due to the same exception:

Ran 2 tests in 103.678s

OK

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions