-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
Using pytest as the test framework, add the basic tests that verify a server instance:
- Instantiate KorvServer without errors using newly generated SSH keys.
- GET routes execute correctly and respond with valid JSON.
- STORE routes execute correctly and respond with valid JSON.
- UPDATE routes execute correctly and respond with valid JSON.
- DELETE routes execute correctly and respond with valid JSON.
- Verify it's not possible to connect with the wrong SSH key.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed