view nose_notify/nose_notify/run_nose.py @ 3:c047cd63d175 v0.2

Better handling of everything
author Walter Cruz <walter.php@gmail.com>
date Fri, 29 Feb 2008 18:57:44 -0300
parents 3cdd7f281e28
children
line wrap: on
line source

import unittest
from nose.plugins.plugintest import run
from nose_notify import NoseNotifyPlugin

run(suite=unittest.TestSuite(tests=[]),plugins=[NoseNotifyPlugin()])