Skip to content

Commit

Permalink
Create test bbox method will need to get output however
Browse files Browse the repository at this point in the history
  • Loading branch information
Mappboy committed Sep 18, 2016
1 parent 73142b1 commit 74b2053
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tests/unit/test_frisson.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
create_mask_vectors,
virtual_georeference,
_points_to_string,
georeference
georeference,
get_map_bbbox
)


Expand Down Expand Up @@ -73,6 +74,10 @@ def test_georeference(self):
opts)
)

def test_map_bbox(self):
self.assertEquals(get_map_bbbox("tests/test_output_referenced.tif"),
0)

@classmethod
def tearDownClass(self):
test_files = [
Expand Down

0 comments on commit 74b2053

Please sign in to comment.