~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-10-09 09:17:29 UTC
  • mto: This revision was merged to the branch mainline in revision 2069.
  • Revision ID: john@arbash-meinel.com-20061009091729-c3fce6ea7f2e24b3
bzrlib.lazy_regex.lazy_compile creates a proxy object around re.compile()
This object compiles on first use, rather than compiling instantly.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1618
1618
                   'bzrlib.tests.test_inv',
1619
1619
                   'bzrlib.tests.test_knit',
1620
1620
                   'bzrlib.tests.test_lazy_import',
 
1621
                   'bzrlib.tests.test_lazy_regex',
1621
1622
                   'bzrlib.tests.test_lockdir',
1622
1623
                   'bzrlib.tests.test_lockable_files',
1623
1624
                   'bzrlib.tests.test_log',