We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65ddb5c commit d49b2d1Copy full SHA for d49b2d1
hypothesis-python/tests/watchdog/test_database.py
@@ -64,7 +64,7 @@ def test_database_listener_directory():
64
stateful_step_count=10,
65
# expensive runtime makes shrinking take forever
66
phases=set(Phase) - {Phase.shrink},
67
- deadline=False
+ deadline=None,
68
),
69
)
70
website/theme/templates/article-card.html
@@ -23,9 +23,7 @@
23
</div>
24
25
<div class="article-card__content">
26
- <div class="article-card__summary">
27
- {{ article.summary }}
28
- </div>
+ {{ article.summary }}
29
30
31
0 commit comments