view run_nose.py @ 0:f625999d7c09 v0.1

Beginning of the project
author waltercruz
date Thu, 28 Feb 2008 18:59:47 -0300
parents
children
line wrap: on
line source

import unittest
from nose.plugins.plugintest import run
from notify_test import NotifyPlugin

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