Skip to content

Commit

Permalink
skip coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
mccalluc committed Dec 5, 2024
1 parent d6ff368 commit 4abfb89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

bp = "BREAKPOINT()".lower()
if bp in Path(__file__).read_text():
raise Exception(
raise Exception( # pragma: no cover
f"Instead of `{bp}`, use `page.pause()` in playwright tests. "
"See https://playwright.dev/python/docs/debug"
"#run-a-test-from-a-specific-breakpoint"
Expand Down

0 comments on commit 4abfb89

Please sign in to comment.