Files
dragonpilot/common/testing.py
T
Rick Lan 94518f7761 0.7.0-en
2020-03-31 17:01:49 +10:00

10 lines
143 B
Python

import os
from nose.tools import nottest
def phone_only(x):
if os.path.isfile("/init.qcom.rc"):
return x
else:
return nottest(x)