configurationengine/source/cone/carbon/tests/runtests.py
changeset 3 e7e0ae78773e
parent 0 2e8eeb919028
equal deleted inserted replaced
2:87cfa131b535 3:e7e0ae78773e
    14 # Description:
    14 # Description:
    15 #
    15 #
    16 ## 
    16 ## 
    17 # @author Teemu Rytkonen
    17 # @author Teemu Rytkonen
    18 
    18 
    19 import __init__
    19 if __name__ == '__main__':
    20 
    20     import nose
    21 __init__.runtests()
    21     nose.core.run(argv=['collector','--include=unittest', '--verbosity=3'])