diff nose_notify/nose_notify/run_nose.py @ 2:3cdd7f281e28 v0.2

Transformando tudo em um egg
author Walter Cruz <walter.php@gmail.com>
date Fri, 29 Feb 2008 14:54:33 -0300
parents
children c047cd63d175
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nose_notify/nose_notify/run_nose.py	Fri Feb 29 14:54:33 2008 -0300
@@ -0,0 +1,5 @@
+import unittest
+from nose.plugins.plugintest import run
+from notify_test import NotifyPlugin
+
+run(suite=unittest.TestSuite(tests=[]),plugins=[NotifyPlugin()])
\ No newline at end of file