Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a basic set of KorvServer tests #6

Open
6 tasks
tryexceptpass opened this issue Jan 8, 2019 · 0 comments
Open
6 tasks

Add a basic set of KorvServer tests #6

tryexceptpass opened this issue Jan 8, 2019 · 0 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@tryexceptpass
Copy link
Owner

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.
@tryexceptpass tryexceptpass added help wanted Extra attention is needed good first issue Good for newcomers labels Jan 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant