Tests fetcher tests (#13340)

* Incorporate tests dependencies in tests_fetcher

* Harder modif

* Debug

* Loop through all files

* Last modules

* Remove debug statement
This commit is contained in:
Sylvain Gugger
2021-08-31 03:57:01 -04:00
committed by GitHub
parent 42f359d015
commit 8b2de0e483
2 changed files with 25 additions and 3 deletions

View File

@@ -140,6 +140,8 @@ class ModelTesterMixin:
return inputs_dict
def test_save_load(self):
# Fake modif, will remove before merging.
config, inputs_dict = self.model_tester.prepare_config_and_inputs_for_common()
config, inputs_dict = self.model_tester.prepare_config_and_inputs_for_common()
for model_class in self.all_model_classes: