MCPcopy Create free account
hub / github.com/PAIR-code/lit / test_init_spec_empty

Method test_init_spec_empty

lit_nlp/api/model_test.py:199–200  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

197 self.assertEqual(test_model.count, expected_run_count)
198
199 def test_init_spec_empty(self):
200 self.assertEmpty(_BatchingTestModel.init_spec())
201
202 def test_init_spec_populated(self):
203 self.assertEqual(

Callers

nothing calls this directly

Calls 1

init_specMethod · 0.45

Tested by

no test coverage detected