Skip to content

Commit

Permalink
docs: update docs to reflect unit test refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
Bobbins228 committed Oct 9, 2024
1 parent f5dc046 commit 50aa705
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ pip install -e .
To run the unit tests, execute:

```sh
pytest -v tests/unit_test.py
pytest -v src/codeflare_sdk
```

### Local e2e Testing
Expand All @@ -80,7 +80,7 @@ pytest -v tests/unit_test.py

#### Code Coverage

- Run tests with the following command: `coverage run -m --source=src pytest tests/unit_test.py`
- Run tests with the following command: `coverage run -m pytest`
- To then view a code coverage report w/ missing lines, run `coverage report -m`

### Code Formatting
Expand Down

0 comments on commit 50aa705

Please sign in to comment.