tests/run.py
changeset 780 042aafcd7dce
parent 421 11aa742bf1dc
child 781 35a2d07e04e8
--- a/tests/run.py	Wed Jan 07 22:09:52 2009 +0000
+++ b/tests/run.py	Thu Jan 08 15:31:33 2009 +0000
@@ -11,11 +11,11 @@
                os.path.join(appengine_location, 'lib', 'yaml', 'lib'),
                appengine_location,
                os.path.join(HERE, 'app'),
+               os.path.join(HERE, 'thirdparty', 'coverage'),
               ]
 
 import nose
-from nose import config
-from nose.plugins import manager
+
 
 def main():
   sys.path = extra_paths + sys.path
@@ -38,7 +38,7 @@
     datastore_file_stub.DatastoreFileStub('your_app_id', '/dev/null',
                                           '/dev/null'))
   apiproxy_stub_map.apiproxy.RegisterStub('mail', mail_stub.MailServiceStub())
-  nose.main(config=config.Config(files=config.all_config_files()))
+  nose.main()
 
 
 if __name__ == '__main__':