configurationengine/source/scripts/tests/runtests.py
changeset 3 e7e0ae78773e
parent 0 2e8eeb919028
equal deleted inserted replaced
2:87cfa131b535 3:e7e0ae78773e
    12 # Contributors:
    12 # Contributors:
    13 #
    13 #
    14 # Description: 
    14 # Description: 
    15 #
    15 #
    16 
    16 
    17 import __init__
       
    18 from testautomation import testcli
       
    19 
       
    20 if __name__ == '__main__':
    17 if __name__ == '__main__':
    21     testcli.run(__init__.collect_suite())
    18     import nose
       
    19     nose.core.run(argv=['collector','--include=unittest', '--verbosity=3'])