/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/tests/__init__.py

  • Committer: v.ladeuil+lp at free
  • Date: 2007-05-20 09:57:58 UTC
  • mto: (2485.8.44 bzr.connection.sharing)
  • mto: This revision was merged to the branch mainline in revision 2646.
  • Revision ID: v.ladeuil+lp@free.fr-20070520095758-6ci8iwmirzd5y6yu
Change the file naming to clearly separate the command behavior
testing.

* bzrlib/tests/__init__.py:
(packages_to_test): Add tests.commands.

* bzrlib/tests/commands/__init__.py: 
New file. Add all command tests to the test suite.

Show diffs side-by-side

added added

removed removed

Lines of Context:
121
121
    import bzrlib.tests.blackbox
122
122
    import bzrlib.tests.branch_implementations
123
123
    import bzrlib.tests.bzrdir_implementations
 
124
    import bzrlib.tests.commands
124
125
    import bzrlib.tests.interrepository_implementations
125
126
    import bzrlib.tests.interversionedfile_implementations
126
127
    import bzrlib.tests.intertree_implementations
134
135
            bzrlib.tests.blackbox,
135
136
            bzrlib.tests.branch_implementations,
136
137
            bzrlib.tests.bzrdir_implementations,
 
138
            bzrlib.tests.commands,
137
139
            bzrlib.tests.interrepository_implementations,
138
140
            bzrlib.tests.interversionedfile_implementations,
139
141
            bzrlib.tests.intertree_implementations,
2299
2301
                   'bzrlib.tests.test_identitymap',
2300
2302
                   'bzrlib.tests.test_ignores',
2301
2303
                   'bzrlib.tests.test_inv',
2302
 
                   'bzrlib.tests.test_init',
2303
2304
                   'bzrlib.tests.test_knit',
2304
2305
                   'bzrlib.tests.test_lazy_import',
2305
2306
                   'bzrlib.tests.test_lazy_regex',