comparison run_nose.py @ 0:f625999d7c09 v0.1

Beginning of the project
author waltercruz
date Thu, 28 Feb 2008 18:59:47 -0300
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:f625999d7c09
1 import unittest
2 from nose.plugins.plugintest import run
3 from notify_test import NotifyPlugin
4
5 run(suite=unittest.TestSuite(tests=[]),plugins=[NotifyPlugin()])