Created
November 21, 2015 23:05
-
-
Save walkerdb/9cc4d4c046fe27b5b412 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
| def test_split_extent_with_commas(self): | |
| split_extent_text = split_extents(self.extent_with_commas_raw_text) | |
| assert split_extent_text == self.extent_with_commas_target_output |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment