Added logging info to reset_and_home functions

This commit is contained in:
2025-12-05 16:50:49 +01:00
parent b440c271e9
commit 7d39da5a09
3 changed files with 3 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ def reset_and_home():
mot.homeforward()
time.sleep(1)
mot.wait_for_done()
mot.logger.info("Finished initial 'reset_and_home' procedure.")
@pytest.fixture(autouse=True)

View File

@@ -18,6 +18,7 @@ def reset_and_home():
mot.homeforward()
time.sleep(1)
mot.wait_for_done()
mot.logger.info("Finished initial 'reset_and_home' procedure.")
@pytest.fixture(autouse=True)

View File

@@ -17,6 +17,7 @@ def reset_and_home():
mot.homeforward()
time.sleep(1)
mot.wait_for_done()
mot.logger.info("Finished initial 'reset_and_home' procedure.")
@pytest.fixture(autouse=True)