diff run_tests.py @ 16:5d9d2ae0d995 default tip

added really basic plugin support
author Atul Varma <avarma@mozilla.com>
date Mon, 31 May 2010 19:29:37 -0700
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/run_tests.py	Mon May 31 19:29:37 2010 -0700
@@ -0,0 +1,5 @@
+if __name__ == '__main__':
+    import nose
+
+    nose.run(env={'NOSE_WITH_DOCTEST': 1,
+                  'NOSE_DOCTEST_TESTS': 1})