At http://bazaar.launchpad.net/~jameinel/bzr-explorer/basic-tests

------------------------------------------------------------
revno: 163
revision-id: [email protected]
parent: [email protected]
committer: John Arbash Meinel <[email protected]>
branch nick: basic-tests
timestamp: Wed 2009-07-08 14:40:55 -0500
message:
  Move test_welcome_model.py to test_welcome.py because it matches 
lib/welcome.py
=== modified file 'tests/__init__.py'
--- a/tests/__init__.py 2009-07-07 19:39:48 +0000
+++ b/tests/__init__.py 2009-07-08 19:40:55 +0000
@@ -28,7 +28,7 @@
     suite.addTests(basic_tests)
 
     mod_names = [__name__ + '.' + x for x in [
-        'test_welcome_model'
+        'test_welcome',
     ]]
     suite.addTests(loader.loadTestsFromModuleNames(mod_names))
     return suite

=== renamed file 'tests/test_welcome_model.py' => 'tests/test_welcome.py'
-- 
bazaar-commits mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/bazaar-commits

Reply via email to