Skip to content

Instantly share code, notes, and snippets.

@dpnova
Created August 26, 2015 03:08
Show Gist options
  • Save dpnova/a6520e7ba59e30a96f11 to your computer and use it in GitHub Desktop.
Save dpnova/a6520e7ba59e30a96f11 to your computer and use it in GitHub Desktop.
@patch(ASYNC_MODULE + 'identify_lines')
def test_lines_get_read(self, il):
_identify_url_file(tests.VALID_FILE)
il.assert_called_with(foo)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment