MCPcopy Create free account
hub / github.com/feast-dev/feast / test_is_valid

Method test_is_valid

sdk/python/tests/unit/test_project.py:52–57  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

50 )
51
52 def test_is_valid(self):
53 project = Project(name=self.project_name)
54 project.is_valid()
55 with self.assertRaises(ValueError):
56 invalid_project = Project(name="")
57 invalid_project.is_valid()
58
59 def test_from_proto(self):
60 meta = ProjectMetaProto()

Callers

nothing calls this directly

Calls 2

is_validMethod · 0.95
ProjectClass · 0.90

Tested by

no test coverage detected