~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/__init__.py

  • Committer: John Arbash Meinel
  • Date: 2006-09-20 23:43:18 UTC
  • mto: This revision was merged to the branch mainline in revision 2027.
  • Revision ID: john@arbash-meinel.com-20060920234318-05de23e98f7e7876
Move out export tests from test_too_much, refactor
and re-enable doc tests for export.get_root_name()

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
import bzrlib.commands
50
50
import bzrlib.bundle.serializer
51
51
import bzrlib.errors as errors
 
52
import bzrlib.export
52
53
import bzrlib.inventory
53
54
import bzrlib.iterablefile
54
55
import bzrlib.lockdir
89
90
                      bzrlib.bundle.serializer,
90
91
                      bzrlib.commands,
91
92
                      bzrlib.errors,
 
93
                      bzrlib.export,
92
94
                      bzrlib.inventory,
93
95
                      bzrlib.iterablefile,
94
96
                      bzrlib.lockdir,