Пример #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")