def test_train_0(self): with patch.multiple(self.wb, _extract_features=MOCK_DEFAULT, _model=MOCK_DEFAULT): self.wb.train(([], []), None)