ScreenPyHQ / screenpy

Screenplay pattern base for Python automated UI test suites.
MIT License
27 stars 3 forks source link

Close the code coverage gaps #136

Open bandophahita opened 5 months ago

bandophahita commented 5 months ago

When running code coverage running the tests, the statistics aren't 100% lines for many files. In some cases, we have gaps in coverage but in many cases we simply need to configure the coverage tool to assume no coverage for lines like if TYPE_CHECKING: