diff --git a/test/test_convert.py b/test/test_convert.py index f1baf3521..9c5166f42 100644 --- a/test/test_convert.py +++ b/test/test_convert.py @@ -204,7 +204,8 @@ class ConvertCliTest(unittest.TestCase, TestHelper, ConvertCommand): @_common.slow_test() -class NeverConvertLossyFilesTest(unittest.TestCase, TestHelper, ConvertCommand): +class NeverConvertLossyFilesTest(unittest.TestCase, TestHelper, + ConvertCommand): """Test the effect of the `never_convert_lossy_files` option. """