Skip to content

Commit

Permalink
Test command
Browse files Browse the repository at this point in the history
  • Loading branch information
ETretyakov committed Nov 21, 2021
1 parent 8279c3f commit d0fb8c8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,11 @@ Command to install all dependencies from created virtual environment:
pip install -r requirements.txt
```

Command to run tests:
```bash
pytest
```

Command to run service:
```bash
uvicorn app.main:app
Expand Down

0 comments on commit d0fb8c8

Please sign in to comment.