Skip to content

test: browser context tests, part 2 #63

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

Merged
merged 1 commit into from
Jul 16, 2020

Conversation

pavelfeldman
Copy link
Member

No description provided.

@@ -123,15 +127,18 @@ def stop(self):
async def wait_for_request(self, path):
future = asyncio.Future()
self.request_subscribers[path] = future
future.add_done_callback(lambda f: self.request_subscribers.pop(path, None))
Copy link
Member

@mxschmitt mxschmitt Jul 14, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also wondered why I've added that since it will get removed after being called.

@coveralls
Copy link

coveralls commented Jul 16, 2020

Pull Request Test Coverage Report for Build 170925188

  • 1 of 1 (100.0%) changed or added relevant line in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.5%) to 93.974%

Totals Coverage Status
Change from base Build 169254423: 0.5%
Covered Lines: 1388
Relevant Lines: 1477

💛 - Coveralls

@pavelfeldman pavelfeldman merged commit 8cfe1f9 into microsoft:master Jul 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants