-
Notifications
You must be signed in to change notification settings - Fork 404
Use common macro and local channel view for routing in tests #1113
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
Use common macro and local channel view for routing in tests #1113
Conversation
6a54860
to
655cca1
Compare
Codecov Report
@@ Coverage Diff @@
## main #1113 +/- ##
==========================================
- Coverage 90.67% 90.60% -0.07%
==========================================
Files 66 66
Lines 34689 34515 -174
==========================================
- Hits 31454 31274 -180
- Misses 3235 3241 +6
Continue to review full report at Codecov.
|
655cca1
to
b3fd1f8
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.
💯
b3fd1f8
to
1ebbf9b
Compare
Now based on #1116 to avoid conflicting too much with ongoing work. |
This moves towards standardizing the get_route calls somewhat in tests to avoid the huge "change every line of tests to a new get_route API" commits in the future. This isn't meant to be exhaustive, and only tackled the very trivial cases, but progress is progress.
1ebbf9b
to
41ca433
Compare
Gonna wait and see what happens with #1120 first. |
#1120 was basically a better version of this and landed. |
This moves towards standardizing the get_route calls somewhat in
tests to avoid the huge "change every line of tests to a new
get_route API" commits in the future.
This isn't meant to be exhaustive, and only tackled the very
trivial cases, but progress is progress.