Skip to content

Commit 55bd36d

Browse files
authored
Update README.md
1 parent ae27a8f commit 55bd36d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,14 @@ Building from source code:
1414

1515
zig build
1616

17-
Running tests:
17+
Running unit tests:
1818

1919
zig build test --summary all
2020

21+
Running integration tests:
22+
23+
pytest -vv tests/
24+
2125
## HTTP API
2226

2327
### Get index

0 commit comments

Comments
 (0)