Rev 163: Move test_welcome_model.py to test_welcome.py because it matches lib/welcome.py in http://bazaar.launchpad.net/~jameinel/bzr-explorer/basic-tests

John Arbash Meinel john at arbash-meinel.com
Wed Jul 8 20:41:00 BST 2009


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

------------------------------------------------------------
revno: 163
revision-id: john at arbash-meinel.com-20090708194055-h3ld89g6gerv368z
parent: john at arbash-meinel.com-20090707193948-7aoywu7hx628yys6
committer: John Arbash Meinel <john at arbash-meinel.com>
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
-------------- next part --------------
=== 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'


More information about the bazaar-commits mailing list