Files
dragonpilot/common/testing.py

10 lines
143 B
Python
Raw Normal View History

2017-06-28 13:57:09 -07:00
import os
from nose.tools import nottest
def phone_only(x):
if os.path.isfile("/init.qcom.rc"):
return x
else:
return nottest(x)