Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxime Courtet committed Apr 29, 2019
1 parent fc2c543 commit 184626e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_generate_bytes_img_function_unit.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ async def querySelector(self, selector):
async def screenshot(self, **kwargs):
return 'screenshot !'

async def close(self):
pass

class FakeBrowser:
async def newPage(self):
return FakePage()
Expand Down

0 comments on commit 184626e

Please sign in to comment.