-
Notifications
You must be signed in to change notification settings - Fork 2
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 new baseline /organizations endpoint tests #28
Conversation
435794c
to
71635fd
Compare
Going back to draft PR status because I want to consolidate the repetitious Reqwest client code into a reusable structure used by each test. |
…f logging into its own module & struct service::logging::Logger
… entity by id, and create a new Organization entity instance
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.
Tests look great! Thank you for adding these. I just had one question so far.
…ient/server setup code
543dbe9
to
b1faaf3
Compare
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.
Nice clean-up!
Why thank you! 😊 |
Description
This PR seeks to fill out blackbox tests of all the major operations one can do with our /organizations endpoint.
GitHub Issue: None
Changes
logging::Logger
- this is to make it possible to use the logger in these (and other) testsTesting Strategy
cargo test
at the root of the source tree and observe these 4 new tests passExpected output:
Concerns
None