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