Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
xerbalind committed Mar 11, 2024
1 parent 6510a59 commit d6a3e22
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions backend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,13 @@ authorize each request, add the token in the `Authorization` header.
```sh
autopep8 -ri .
```

## Testing

You can add tests by creating `test_*` files and `test_*` function under `tests` directory.

### Run the tests (in the virtual environment):

```sh
pytest -v
```

0 comments on commit d6a3e22

Please sign in to comment.