def run_tests(): import os, sys sys.path.append(os.path.join(os.path.dirname(__file__), "tests")) from bulbs_tests import suite return suite()
def run_tests(): import os, sys sys.path.append(os.path.join(os.path.dirname(__file__), 'tests')) from bulbs_tests import suite return suite()