-
Notifications
You must be signed in to change notification settings - Fork 1
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
added initial narrow integration tests #41
Conversation
d77ee31
to
5773c21
Compare
This is now complete. The idea is to create server (without starting) as part of the container the tests are run in and use server.inject(...) to bypass networking etc. This PR includes both simple response tests and view tests. |
…with proper hierarchy.
…ntegration tests are added in follow up PR
f9fdee3
to
3f971bd
Compare
… test and snapshot tests.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
WIP - DO NOT MERGE
Initial thoughts for narrow integrations tests. @alanplatt @Andrew-Folga please check that the urls being checked fit with what we expect after today's work.
UPDATE - WE CAN MERGE IT NOW