Commit 4bc277bb authored by Priscila Manhaes's avatar Priscila Manhaes

adding test for common video formats convert from ogv, and data for tests

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk/utils@43581 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent de761f07
......@@ -29,7 +29,7 @@
import unittest
import magic
from cloudooo.handler.ffmpeg.handler import FFMPEGHandler
from cloudooo.handler.tests.handlerTestCase import HandlerTestCase
from cloudooo.handler.tests.handlerTestCase import HandlerTestCase, make_suite
class TestFFMPEGHandler(HandlerTestCase):
......@@ -47,6 +47,4 @@ class TestFFMPEGHandler(HandlerTestCase):
def test_suite():
suite = unittest.TestSuite()
suite.addTest(unittest.makeSuite(TestFFMPEGHandler))
return suite
return make_suite(TestFFMPEGHandler)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment