~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/__init__.py

 * Deprecated functions and methods can now be marked as such using the 
   bzrlib.symbol_versioning module. Marked method have their docstring
   updated and will issue a DeprecationWarning using the warnings module
   when they are used. (Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
691
691
                   'bzrlib.tests.test_source',
692
692
                   'bzrlib.tests.test_status',
693
693
                   'bzrlib.tests.test_store',
 
694
                   'bzrlib.tests.test_symbol_versioning',
694
695
                   'bzrlib.tests.test_testament',
695
696
                   'bzrlib.tests.test_trace',
696
697
                   'bzrlib.tests.test_transactions',