~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/__init__.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-10-12 19:51:59 UTC
  • mfrom: (4679.5.11 2.1-static-tuple-no-use)
  • Revision ID: pqm@pqm.ubuntu.com-20091012195159-n0de3utv1q92agvg
(jam) Implement a StaticTuple() class,
        with lighter memory and not in Python's GC.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3689
3689
        'bzrlib.tests.test__known_graph',
3690
3690
        'bzrlib.tests.test__rio',
3691
3691
        'bzrlib.tests.test__simple_set',
 
3692
        'bzrlib.tests.test__static_tuple',
3692
3693
        'bzrlib.tests.test__walkdirs_win32',
3693
3694
        'bzrlib.tests.test_ancestry',
3694
3695
        'bzrlib.tests.test_annotate',