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

Create basic backend tests #110

Open
eveninglily opened this issue Jul 14, 2019 · 1 comment
Open

Create basic backend tests #110

eveninglily opened this issue Jul 14, 2019 · 1 comment
Assignees
Labels
Milestone

Comments

@eveninglily
Copy link
Member

Having tested code can be extremely helpful in validating that it is correct, and new changes don't break existing behavior. Right now, we don't have any tests for the backend.

Setup a test file, and test a few of the endpoints - make sure they return the expected status code and other output

Useful links:

@eveninglily
Copy link
Member Author

This might require another docker-compose config to work smoothly - I'll try to take care of that to not block this task

@eveninglily eveninglily added this to the Refactoring milestone Sep 4, 2019
eveninglily added a commit that referenced this issue Oct 3, 2019
Add support (python lib, docker-compose config) to enable server testing

Related: #110
eveninglily added a commit that referenced this issue Oct 4, 2019
Add support (python lib, docker-compose config) to enable server testing

Related: #110
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants