diff --git a/tests/test_app.py b/tests/test_app.py index 504804f..f4e4c40 100644 --- a/tests/test_app.py +++ b/tests/test_app.py @@ -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"