Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelstanton committed May 15, 2024
1 parent 8ffc4c1 commit a37ae02
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,19 @@ for _ in range(4):
print(f"\nFinal solution: {params[0].data}")
```

### Unit Tests
## Contributing

Contributions are welcome!

### Install dev requirements and pre-commit hooks

```bash
python -m pip install -r requirements-dev.in
pre-commit install
```

### Testing

```bash
python -m pytest tests/
python -m pytest -v --cov-report term-missing --cov=./holo ./tests
```

0 comments on commit a37ae02

Please sign in to comment.