Skip to content

Include a Dashboard distinction between "Untested" and "Unreported" tests #859

@mdmintz

Description

@mdmintz

Include a Dashboard distinction between "Untested" and "Unreported" tests.

If pytest finishes running all the tests, but there are still rows labeled "Untested" in the SeleniumBase Dashboard, then those rows should be changed to say "Unreported" instead. This can happen when a user overwrites tearDown() with a custom one if that user also forgets to add the super().tearDown() line at the end of that custom tearDown() method. (Writing to the SeleniumBase Dashboard occurs in the default tearDown() method of each test.)

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions