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

Method test_init_spec_empty

lit_nlp/api/dataset_test.py:55–56  ·  view source on GitHub ↗
(self, dataset: lit_dataset.Dataset)

Source from the content-addressed store, hash-verified

53 ('pass_thru_init', _PassThroughInitTestDataset),
54 )
55 def test_init_spec_empty(self, dataset: lit_dataset.Dataset):
56 self.assertEmpty(dataset.init_spec())
57
58 def test_init_spec_populated(self):
59 self.assertEqual(

Callers

nothing calls this directly

Calls 1

init_specMethod · 0.45

Tested by

no test coverage detected