Skip to content

Commit cde140d

Browse files
author
Peter Giacomo Lombardo
committed
Add test helper documentation
1 parent 1b23ada commit cde140d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/apps/fastapi_app/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ from tests.apps.fastapi_app import launch_fastapi
55
launch_fastapi()
66
```
77

8+
or
9+
10+
```
11+
ipython -c 'from tests.apps.fastapi_app import launch_fastapi; launch_fastapi()'
12+
```
13+
814
Then you can launch requests:
915

1016
```bash

0 commit comments

Comments
 (0)