[tests] further fix Tester object has no attribute '_testMethodName' (#35781)
* bug fix * update with more cases * more entries * Fix --------- Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
This commit is contained in:
@@ -31,7 +31,7 @@ if is_vision_available():
|
||||
from transformers import LlavaImageProcessor
|
||||
|
||||
|
||||
class LlavaImageProcessingTester(unittest.TestCase):
|
||||
class LlavaImageProcessingTester:
|
||||
def __init__(
|
||||
self,
|
||||
parent,
|
||||
|
||||
Reference in New Issue
Block a user