We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15d6c18 commit 2fc1143Copy full SHA for 2fc1143
1 file changed
docs/development.md
@@ -23,9 +23,15 @@ To run tests, use:
23
make test
24
```
25
26
+To run integration tests, use:
27
+
28
+```bash
29
+make test-integration
30
+```
31
32
## How to Build and Publish
33
-> 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.
35
36
To build the project, run:
37
0 commit comments