Skip to content

Commit 25a58e7

Browse files
committed
pytest cmd
1 parent 515f070 commit 25a58e7

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,15 @@ OPENAI_API_KEY=sk-xxxxxxx
2121
```
2222
![OpenApiKey.jpg](readme/OpenApiKey.jpg)
2323

24-
2. Run the command line in terminal.
24+
2. Run the command line on terminal.
2525
```commandline
2626
$ make run-docker
2727
```
2828

29+
3. Run the command line on Docker's terminal.
30+
```commandline
31+
$ pytest -v -s
32+
```
33+
2934

3035

0 commit comments

Comments
 (0)