-
Notifications
You must be signed in to change notification settings - Fork 5
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 initial tests and typings for the Kiosk browser proxy #143
Add initial tests and typings for the Kiosk browser proxy #143
Conversation
8742fac
to
d198ec6
Compare
d198ec6
to
dfc7dee
Compare
- test_has_service_state_in - test_extract_manual_proxy
dfc7dee
to
6058d0b
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.
Looks good!
Some questions geared towards long term ease of maintenance.
Using a struct which is enouch for our needs, I think this makes things to be clearer: 9c26e9a. Additionally including |
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 good to me!
Noticing in #142 that the code reading services was not so clear. This clarify this and also add unit tests and typing tests.