Skip to content

Commit 3b41a22

Browse files
Update testing instruction (#140)
* Update testing instruction * Add commit suggestion 1 Co-authored-by: Anish Asthana <[email protected]> * rename OWNERS file * Remove the false warning message --------- Co-authored-by: Anish Asthana <[email protected]>
1 parent 2c504cb commit 3b41a22

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

OWNERS.md renamed to OWNERS

File renamed without changes.

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ We use pre-commit to make sure the code is consistently formatted. To make sure
2929

3030
### Testing
3131

32+
- To install codeflare-sdk in editable mode, run `pip install -e .` from the repo root.
3233
- To run the unit tests, run `pytest -v tests/unit_test.py`
3334
- Any new test functions/scripts can be added into the `tests` folder
3435
- NOTE: Functional tests coming soon, will live in `tests/func_test.py`

0 commit comments

Comments
 (0)