-
Notifications
You must be signed in to change notification settings - Fork 9
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
[CONSVC-2063] test: extract middleware unit tests #106
Conversation
…nit tests for the LoggingMiddleware
@Trinaa I just skimmed over the PR, and it looks good. I will take another closer look at it tomorrow :) |
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.
Looks great, thanks!
@Trinaa Out of curiosity, why 1998-03-31?
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.
Hi @Trinaa! 👋🏻
I've added a few suggestions for your consideration.
|
Description
test_suggest_top_picks.py
andtest_suggest_wiki_fruit.py
test_user_agent.py
to theutil
directoryUserAgentMiddleware
tests to unit level or move totest_suggest.py
moduleFeatureFlagMiddleware
tests to unit level and add unit coveragelog_data_creators.py
utility module to allow for unit level testingLoggingMiddleware
tests to unit level or move to endpoint modulesMetricsMiddleware
integration tests to endpoint modules and add unit coverageIssue(s)
#85 | CONSVC-2063