Skip to content

Commit 7694218

Browse files
docs: update docs to reflect unit test refactor
1 parent 54f53bc commit 7694218

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ pip install -e .
7171
To run the unit tests, execute:
7272

7373
```sh
74-
pytest -v tests/unit_test.py
74+
pytest -v src/codeflare_sdk
7575
```
7676

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

8181
#### Code Coverage
8282

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

8686
### Code Formatting

0 commit comments

Comments
 (0)