Skip to content

Commit

Permalink
Host handler authentication unit tests (#9)
Browse files Browse the repository at this point in the history
Adding tests to cover the authentication and authorization aspects of
the hosts API, and with that, we complete the scope of unit-tests for
the MVP.

A few issues with the configuration package not properly loading
configuration from environment variables were found while writing the
unit tests and were also fixed.

Signed-off-by: Filipe Utzig <filipe@gringolito.com>
  • Loading branch information
gringolito authored Oct 11, 2024
1 parent fbe3c66 commit 10e22a5
Show file tree
Hide file tree
Showing 3 changed files with 826 additions and 411 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ server, like:
- [x] Create .deb deployable package (target at least to armv6)
- [x] .rpm, .apk, ArchLinux packages and tarball archives for all the main architectures (BONUS)
- [x] Create a OpenAI/Swagger documentation
- [ ] Add unit tests
- [x] Add unit tests

### Phase-2

Expand Down
Loading

0 comments on commit 10e22a5

Please sign in to comment.