Skip to content

Commit c1f5c4c

Browse files
committed
Update readme
Signed-off-by: kerthcet <[email protected]>
1 parent adc0a8e commit c1f5c4c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/development.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,15 @@ To run tests, use:
2323
make test
2424
```
2525

26+
To run integration tests, use:
27+
28+
```bash
29+
make test-integration
30+
```
31+
2632
## How to Build and Publish
2733

28-
> NOTE: You need to have the PyPI token set in your environment variables to publish the package.
34+
> Note: You need to have the PyPI token set in your environment variables to publish the package.
2935
3036
To build the project, run:
3137

0 commit comments

Comments
 (0)