def test_path_jpg(self): self.assertEqual(giraffe.path_to_format("foo/bar/baz/hello.jpg"), "jpg")
def test_filename_gif(self): self.assertEqual(giraffe.path_to_format("hello.gif"), "gif")
def test_filename_jpg(self): self.assertEqual(giraffe.path_to_format("hello.jpeg"), "jpg")