[wwwsearch-commits] r32772 - in wwwsearch/mechanize/trunk: . test

jjlee at codespeak.net jjlee at codespeak.net
Sat Sep 30 20:51:16 CEST 2006


Author: jjlee
Date: Sat Sep 30 20:51:15 2006
New Revision: 32772

Modified:
   wwwsearch/mechanize/trunk/test.py
   wwwsearch/mechanize/trunk/test/test_useragent.py
Log:
Fix tests

Modified: wwwsearch/mechanize/trunk/test.py
==============================================================================
--- wwwsearch/mechanize/trunk/test.py	(original)
+++ wwwsearch/mechanize/trunk/test.py	Sat Sep 30 20:51:15 2006
@@ -10,8 +10,9 @@
 
 # Modules containing tests to run -- a test is anything named *Tests, which
 # should be classes deriving from unittest.TestCase.
-MODULE_NAMES = ["test_date", "test_mechanize", "test_misc", "test_cookies",
+MODULE_NAMES = ["test_date", "test_browser", "test_response", "test_cookies",
                 "test_headers", "test_urllib2", "test_pullparser",
+                "test_useragent", "test_html", "test_opener",
                 ]
 
 import sys, os, traceback, logging, glob

Modified: wwwsearch/mechanize/trunk/test/test_useragent.py
==============================================================================
--- wwwsearch/mechanize/trunk/test/test_useragent.py	(original)
+++ wwwsearch/mechanize/trunk/test/test_useragent.py	Sat Sep 30 20:51:15 2006
@@ -4,7 +4,7 @@
 
 import mechanize
 
-from test_mechanize import make_mock_handler
+from test_browser import make_mock_handler
 
 
 class UserAgentTests(TestCase):


More information about the wwwsearch-commits mailing list