Ejemplo n.º 1
0
 def test_archive(self):
     # FIXME Compression schemes are not mimetypes, see /etc/mime.types
     mimetype = vfs.get_mimetype('handlers/test.tar.gz')
     self.assertEqual(mimetype, 'application/x-tgz')
Ejemplo n.º 2
0
 def test_mimetype(self):
     mimetype = vfs.get_mimetype('tests/toto.txt')
     self.assertEqual(mimetype, 'application/x-not-regular-file')
Ejemplo n.º 3
0
 def test11_get_mimetype(self):
     mimetype = vfs.get_mimetype('tests/hello.txt')
     self.assertEqual(mimetype, 'text/plain')
Ejemplo n.º 4
0
 def test11_get_mimetype(self):
     mimetype = vfs.get_mimetype('tests/hello.txt')
     self.assertEqual(mimetype, 'text/plain')
Ejemplo n.º 5
0
 def test_archive(self):
     # FIXME Compression schemes are not mimetypes, see /etc/mime.types
     mimetype = vfs.get_mimetype('handlers/test.tar.gz')
     self.assertEqual(mimetype, 'application/x-tgz')
Ejemplo n.º 6
0
 def test_mimetype(self):
     mimetype = vfs.get_mimetype('tests/toto.txt')
     self.assertEqual(mimetype, 'application/x-not-regular-file')