Skip to content

Commit ae5ee4d

Browse files
authored
Update README.md
1 parent 4697b22 commit ae5ee4d

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,18 @@ For instructions on using the wrapper for QOCO, refer to [API](https://qoco-org.
2222

2323
For instructions on using QOCOGEN, refer to the [documentation](https://qoco-org.github.io/qoco/codegen/index.html).
2424

25+
## Tests
26+
To run tests, first install cvxpy and pytest
27+
```bash
28+
pip install cvxpy pytest
29+
```
30+
31+
and execute:
32+
33+
```bash
34+
pytest
35+
```
36+
2537
## Bug reports
2638

2739
File any issues or bug reports using the [issue tracker](https://github.com/qoco-org/qoco-python/issues).

0 commit comments

Comments
 (0)