예제 #1
0
파일: setup.py 프로젝트: webitup/bulbs
def run_tests():
    import os, sys

    sys.path.append(os.path.join(os.path.dirname(__file__), "tests"))
    from bulbs_tests import suite

    return suite()
예제 #2
0
def run_tests():
    import os, sys
    sys.path.append(os.path.join(os.path.dirname(__file__), 'tests'))
    from bulbs_tests import suite
    return suite()