(self)
| 447 | ) |
| 448 | |
| 449 | def setUp(self): |
| 450 | self.model_tester = BertModelTester(self) |
| 451 | self.config_tester = ConfigTester(self, config_class=BertConfig, hidden_size=37) |
| 452 | |
| 453 | def test_config(self): |
| 454 | self.config_tester.run_common_tests() |
nothing calls this directly
no test coverage detected