~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/__init__.py

  • Committer: John Arbash Meinel
  • Date: 2011-09-01 16:54:46 UTC
  • mto: This revision was merged to the branch mainline in revision 6133.
  • Revision ID: john@arbash-meinel.com-20110901165446-8q61mct72u4tdmu6
Add some tests for how the estimator works.

We have to be pretty 'loose' about the tests because zlib
is platform dependent.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3946
3946
        'bzrlib.tests.test_email_message',
3947
3947
        'bzrlib.tests.test_eol_filters',
3948
3948
        'bzrlib.tests.test_errors',
 
3949
        'bzrlib.tests.test_estimate_compressed_size',
3949
3950
        'bzrlib.tests.test_export',
3950
3951
        'bzrlib.tests.test_export_pot',
3951
3952
        'bzrlib.tests.test_extract',