Created
August 26, 2015 03:08
-
-
Save dpnova/a6520e7ba59e30a96f11 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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