Skip to content

Commit 2fc1143

Browse files
committed
Update readme
Signed-off-by: kerthcet <kerthcet@gmail.com>
1 parent 15d6c18 commit 2fc1143

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

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)