diff -r 87cfa131b535 -r e7e0ae78773e configurationengine/source/plugins/common/ConeCommandPlugin/commandplugin/tests/runtests.py --- a/configurationengine/source/plugins/common/ConeCommandPlugin/commandplugin/tests/runtests.py Fri Mar 12 08:30:17 2010 +0200 +++ b/configurationengine/source/plugins/common/ConeCommandPlugin/commandplugin/tests/runtests.py Tue Aug 10 14:29:28 2010 +0300 @@ -14,6 +14,6 @@ # Description: # -import __init__ - -__init__.runtests() +if __name__ == '__main__': + import nose + nose.core.run(argv=['collector','--include=unittest', '--verbosity=3'])