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.
pytest
py.test
1 parent a56e495 commit e83f83aCopy full SHA for e83f83a
CONTRIBUTING.md
@@ -10,7 +10,7 @@ pre-commit install # Install git pre-commit hooks
10
Run unit tests with coverage:
11
12
```shell
13
-py.test --cov=arango --cov-report=html # Open htmlcov/index.html in your browser
+pytest --cov=arango --cov-report=html # Open htmlcov/index.html in your browser
14
```
15
16
To start and ArangoDB instance locally, run:
0 commit comments