Skip to content

Commit

Permalink
docs: update be documentation for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
royleochan committed Jul 9, 2022
1 parent 6933dd8 commit 7639c6a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions backend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,17 @@ pip install - r requirements.txt
python3 main.py 8000
```

## Testing

1. Repeat steps above to activate a virtual environment

2. Run using pytest
```
pytest
```

![Test](https://i.imgur.com/KuUqNMw.png)

## Deployment to Heroku with heroku cli and docker

Build Image
Expand Down

0 comments on commit 7639c6a

Please sign in to comment.