ExactConceptParser can now recognize concepts by their names
This commit is contained in:
@@ -142,7 +142,7 @@ class TestSheerkaCreateNewConcept(TestUsingMemoryBasedSheerka):
|
||||
def test_i_can_get_by_name_when_created_with_def_definition(self):
|
||||
sheerka = self.get_sheerka(cache_only=False)
|
||||
context = self.get_context(sheerka)
|
||||
concept = self.def_concept("plus", "a plus b", ["a", "b"])
|
||||
concept = self.from_def_concept("plus", "a plus b", ["a", "b"])
|
||||
|
||||
res = sheerka.create_new_concept(context, concept)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user