Refactord Concept class to regroup all builtins properties into a ConceptMetadata class
This commit is contained in:
@@ -17,7 +17,7 @@ def test_i_can_get_concept_key(name, variables, expected):
|
||||
concept.set_prop(v, None)
|
||||
|
||||
concept.init_key()
|
||||
assert concept.key == expected
|
||||
assert concept.metadata.key == expected
|
||||
|
||||
|
||||
def test_i_can_serialize():
|
||||
|
||||
Reference in New Issue
Block a user