def test_from_uuid_invalid_uuid(self, kg_client): with pytest.raises(ValueError): Person.from_uuid("02be7e84-af91-4481-a7c1-1ec204eaeab", kg_client, api="nexus")
def test_from_uuid_empty_uuid(self, kg_client): with pytest.raises(ValueError): Person.from_uuid("", kg_client)