We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65802ea commit ea3ad3cCopy full SHA for ea3ad3c
1 file changed
sdk/test/examples/test_tutorials.py
@@ -47,6 +47,10 @@ def test_tutorial_aasx(self):
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():
0 commit comments