Skip to content

Commit

Permalink
- Docs: Updated testing documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
joeflack4 committed Oct 29, 2023
1 parent 67c9c5a commit 1216861
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions docs/developer.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@
### [Backend](../backend/README.md)

### Testing
#### Running tests
Backend: `python -m unittest discover`
Frontend: `npm test`
#### Backend tests
Can be run locally via `python -m unittest discover`. There is also a GitHub action to run them.
#### Frontend tests
We currently don't have a unit test suite.
We do have some end-to-end test workflows. Can run them locally via `make test-frontend`, but if you check the makefile,
you can see alternative commands (e.g. debugging). There is also a GitHub action for this.

### Database
#### Refreshing database contents from sources
Expand Down

0 comments on commit 1216861

Please sign in to comment.