Update diagnostics/os_diagnostics.py
This commit is contained in:
@@ -931,5 +931,5 @@ class USysTest:
|
|||||||
print("Failed tests:")
|
print("Failed tests:")
|
||||||
for key, value in self.failedtests.items():
|
for key, value in self.failedtests.items():
|
||||||
print(f" {key}: {value}")
|
print(f" {key}: {value}")
|
||||||
diag = OSDiagnostics(hub=PrimeHub(), motorclass=Motor)
|
#diag = OSDiagnostics(hub=PrimeHub(), motorclass=Motor)
|
||||||
diag.testAll()
|
#diag.testAll()
|
||||||
Reference in New Issue
Block a user