We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c504cb commit 3b41a22Copy full SHA for 3b41a22
OWNERS.md renamed to OWNERS
README.md
@@ -29,6 +29,7 @@ We use pre-commit to make sure the code is consistently formatted. To make sure
29
30
### Testing
31
32
+- To install codeflare-sdk in editable mode, run `pip install -e .` from the repo root.
33
- To run the unit tests, run `pytest -v tests/unit_test.py`
34
- Any new test functions/scripts can be added into the `tests` folder
35
- NOTE: Functional tests coming soon, will live in `tests/func_test.py`
0 commit comments