summaryrefslogtreecommitdiff
path: root/crocoite/test_behavior.py
diff options
context:
space:
mode:
Diffstat (limited to 'crocoite/test_behavior.py')
-rw-r--r--crocoite/test_behavior.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/crocoite/test_behavior.py b/crocoite/test_behavior.py
index a1eef79..2c13804 100644
--- a/crocoite/test_behavior.py
+++ b/crocoite/test_behavior.py
@@ -69,7 +69,7 @@ class ClickTester (Behavior):
# assert any (map (lambda x: x['type'] == 'click', listeners)), listeners
return
- yield
+ yield # pragma: no cover
@pytest.mark.parametrize("url,selector", clickParam)
@pytest.mark.asyncio