[tests] fix "Tester object has no attribute '_testMethodName'" (#34910)
* add more cases * fix method not found in unittest Signed-off-by: Lin, Fanli <fanli.lin@intel.com> * fix more cases * add more models * add all * no unittest.case * remove for oneformer * fix style --------- Signed-off-by: Lin, Fanli <fanli.lin@intel.com>
This commit is contained in:
@@ -38,7 +38,7 @@ if is_vision_available():
|
||||
from PIL import Image
|
||||
|
||||
|
||||
class MaskFormerImageProcessingTester(unittest.TestCase):
|
||||
class MaskFormerImageProcessingTester:
|
||||
def __init__(
|
||||
self,
|
||||
parent,
|
||||
|
||||
Reference in New Issue
Block a user