예제 #1
0
 def test_path_jpg(self):
     self.assertEqual(giraffe.path_to_format("foo/bar/baz/hello.jpg"), "jpg")
예제 #2
0
 def test_filename_gif(self):
     self.assertEqual(giraffe.path_to_format("hello.gif"), "gif")
예제 #3
0
 def test_filename_jpg(self):
     self.assertEqual(giraffe.path_to_format("hello.jpeg"), "jpg")
예제 #4
0
 def test_path_jpg(self):
     self.assertEqual(giraffe.path_to_format("foo/bar/baz/hello.jpg"),
                      "jpg")
예제 #5
0
 def test_filename_gif(self):
     self.assertEqual(giraffe.path_to_format("hello.gif"), "gif")
예제 #6
0
 def test_filename_jpg(self):
     self.assertEqual(giraffe.path_to_format("hello.jpeg"), "jpg")