diff --git a/tests/conftest.py b/tests/conftest.py index 881546d..72fd97c 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -177,6 +177,7 @@ class TestDevice: TestDevice.delay(0.25) elif self.nfc_interface_only: print("nfc") + #TODO add magic nfc command to reboot device else: print("Please reboot authenticator and hit enter") input()