Replace CommonTestCases for tokenizers with a mixin.

This is the same change as for (TF)CommonTestCases for modeling.
This commit is contained in:
Aymeric Augustin
2019-12-22 15:34:15 +01:00
parent a3c5883f2c
commit 00204f2b4c
16 changed files with 412 additions and 411 deletions

View File

@@ -20,7 +20,7 @@ import unittest
from transformers.modelcard import ModelCard
from .test_tokenization_commo import TemporaryDirectory
from .test_tokenization_common import TemporaryDirectory
class ModelCardTester(unittest.TestCase):