added run time test framework

This commit is contained in:
Kevin Froman 2019-09-26 02:43:03 -05:00
parent 6d2ae36f38
commit f14239db6c
7 changed files with 63 additions and 3 deletions

View file

@ -83,7 +83,7 @@ class PrivateAPI:
except TypeError:
return False
def getUptime(self):
def getUptime(self)->int:
while True:
try:
return epoch.get_epoch() - self.startTime