We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e12ea8 commit 61bdec7Copy full SHA for 61bdec7
README.md
@@ -42,11 +42,11 @@ If you're feeling curious. You can take a look at a more detailed architecture [
42
43
## To Run Locally
44
45
-1. Add more routes in the test.py file(if you like). It only supports only get requests at the moment
+1. Add more routes in the `integration_tests/base_routes.py` file(if you like). It only supports only get requests at the moment
46
47
2. Run `maturin develop`
48
49
-3. Run `python3 test.py`
+3. Run `python3 integration_tests/base_routes.py`
50
51
## To Run
52
0 commit comments