File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -48,8 +48,7 @@ make test preset=minimal k=test_verify_kzg_proof fork=deneb
4848
4949### How to generate coverage reports
5050
51- Run ` make test coverage=true ` to enable coverage tracking and generate
52- reports.
51+ Run ` make test coverage=true ` to enable coverage tracking and generate reports.
5352
5453Reports are saved at:
5554
@@ -63,7 +62,6 @@ xdg-open tests/core/pyspec/.htmlcov/index.html # Linux
6362open tests/core/pyspec/.htmlcov/index.html # macOS
6463```
6564
66-
6765## Contributing
6866
6967Contributions are welcome, but consider implementing your idea as part of the
Original file line number Diff line number Diff line change @@ -290,8 +290,6 @@ def entry(*args, **kw):
290290 return entry
291291
292292
293-
294-
295293is_pytest = True
296294is_generator = False
297295
You can’t perform that action at this time.
0 commit comments