We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10fac4c commit 9e33e7dCopy full SHA for 9e33e7d
tests/integration/test_ontology.py
@@ -5,11 +5,11 @@
5
import json
6
import time
7
8
+
9
@pytest.mark.skip(reason="normalized ontology contains Relationship, "
- "which is not finalized yet. introduce this back when"
10
- "Relationship feature is complete and we introduce"
11
- "a Relationship object to the ontology that we can parse"
12
- )
+ "which is not finalized yet. introduce this back when"
+ "Relationship feature is complete and we introduce"
+ "a Relationship object to the ontology that we can parse")
13
def test_from_project_ontology(project) -> None:
14
o = OntologyBuilder.from_project(project)
15
assert o.asdict() == project.ontology().normalized
0 commit comments