Skip to content

Commit e83f83a

Browse files
committed
pytest instead of py.test
1 parent a56e495 commit e83f83a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ pre-commit install # Install git pre-commit hooks
1010
Run unit tests with coverage:
1111

1212
```shell
13-
py.test --cov=arango --cov-report=html # Open htmlcov/index.html in your browser
13+
pytest --cov=arango --cov-report=html # Open htmlcov/index.html in your browser
1414
```
1515

1616
To start and ArangoDB instance locally, run:

0 commit comments

Comments
 (0)