We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54f53bc commit 7694218Copy full SHA for 7694218
CONTRIBUTING.md
@@ -71,7 +71,7 @@ pip install -e .
71
To run the unit tests, execute:
72
73
```sh
74
-pytest -v tests/unit_test.py
+pytest -v src/codeflare_sdk
75
```
76
77
### Local e2e Testing
@@ -80,7 +80,7 @@ pytest -v tests/unit_test.py
80
81
#### Code Coverage
82
83
-- 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`
84
- To then view a code coverage report w/ missing lines, run `coverage report -m`
85
86
### Code Formatting
0 commit comments