We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20da565 commit 679bc20Copy full SHA for 679bc20
.rhiza/make.d/test.mk
@@ -114,7 +114,8 @@ hypothesis-test: install ## run property-based tests with Hypothesis
114
--hypothesis-seed=0 \
115
-m "hypothesis or property" \
116
--tb=short \
117
- --html=_tests/hypothesis/report.html
+ --html=_tests/hypothesis/report.html \
118
+ --html-title="Hypothesis tests"
119
120
# The 'coverage-badge' target generates an SVG coverage badge from the JSON coverage report.
121
# 1. Checks if the coverage JSON file exists.
0 commit comments