diff --git a/sdk/test/examples/test_tutorials.py b/sdk/test/examples/test_tutorials.py index da431fef..04f201e5 100644 --- a/sdk/test/examples/test_tutorials.py +++ b/sdk/test/examples/test_tutorials.py @@ -47,6 +47,10 @@ def test_tutorial_aasx(self): pass # The tutorial already includes assert statements for the relevant points. So no further checks are required. + def test_tutorial_navigate_aas(self): + from basyx.aas.examples import tutorial_navigate_aas + # The tutorial already includes assert statements for the relevant points. So no further checks are required + @contextmanager def temporary_workingdirectory():