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 6d31790 commit 5f6130cCopy full SHA for 5f6130c
1 file changed
sdk/test/examples/test_tutorials.py
@@ -46,11 +46,12 @@ def test_tutorial_aasx(self):
46
from basyx.aas.examples import tutorial_aasx
47
pass
48
# The tutorial already includes assert statements for the relevant points. So no further checks are required.
49
-
+
50
def test_tutorial_navigate_aas(self):
51
from basyx.aas.examples import tutorial_navigate_aas
52
# The tutorial already includes assert statements for the relevant points. So no further checks are required
53
54
55
@contextmanager
56
def temporary_workingdirectory():
57
"""
0 commit comments