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 7faf878 commit 2c20fe4Copy full SHA for 2c20fe4
docs/home/contributing.md
@@ -77,8 +77,8 @@ Run the following lines of code and ensure the <mark>unit tests pass</mark> and
77
<mark>code coverage is 100%</mark>.
78
79
```console
80
-$ python -m pip install hatch
81
-$ hatch run cov
+$ python -m pip install pytest pytest-benchmark pytest-cov coverage
+$ pytest --cov-report=term-missing --cov-config=pyproject.toml --cov=bigtree
82
```
83
84
## Documentation
0 commit comments