Skip to content

Commit ea3ad3c

Browse files
SDK: Add tutorial_navigate_aas.py to Unit Tests (#568)
Previously, tutorial_navigate_aas.py was not covered by Unit Tests. This adds the module to the unittests.
1 parent 65802ea commit ea3ad3c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

sdk/test/examples/test_tutorials.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ def test_tutorial_aasx(self):
4747
pass
4848
# The tutorial already includes assert statements for the relevant points. So no further checks are required.
4949

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+
5054

5155
@contextmanager
5256
def temporary_workingdirectory():

0 commit comments

Comments
 (0)