Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ beginners, so do not hesitate to ask questions by opening an issue.
```
4. Run the **tests** to make sure everything works:
```bash
pytest test/ -v
pytest tests/ -v
```

## Making Changes
Expand All @@ -31,7 +31,7 @@ beginners, so do not hesitate to ask questions by opening an issue.
2. Make your changes. Keep commits small and focused.
3. Run the tests again to verify nothing is broken:
```bash
pytest test/ -v
pytest tests/ -v
```
4. **Commit** with a clear message:
```bash
Expand Down