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

#142 testing framework #145

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

#142 testing framework #145

wants to merge 5 commits into from

Conversation

bderbs30
Copy link

Added testing framework setup

Creates a local instance of the database and seeds data (This needs more effort to add more data but these can be included with next endpoint tickets as a part of the ticket)

This is mainly for unit tests and doesn't test the endpoint rather the service the endpoint uses

MongoDB calls aren't mocked (I don't think this will be an issue but I can check with Elvin about this)

Further work is to test the previous services

Closes #142

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

Successfully merging this pull request may close these issues.

Figure out testing
2 participants