/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/tests/__init__.py

  • Committer: Vincent Ladeuil
  • Date: 2007-12-19 08:12:34 UTC
  • mto: (3128.2.2 trunk)
  • mto: This revision was merged to the branch mainline in revision 3129.
  • Revision ID: v.ladeuil+lp@free.fr-20071219081234-7fzqv9bidvsafp4s
Since we are there s/parameteris.*/parameteriz&/.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1720
1720
    _TEST_NAME = 'test'
1721
1721
 
1722
1722
    def __init__(self, methodName='runTest'):
1723
 
        # allow test parameterisation after test construction and before test
1724
 
        # execution. Variables that the parameteriser sets need to be 
 
1723
        # allow test parameterization after test construction and before test
 
1724
        # execution. Variables that the parameterizer sets need to be 
1725
1725
        # ones that are not set by setUp, or setUp will trash them.
1726
1726
        super(TestCaseWithMemoryTransport, self).__init__(methodName)
1727
1727
        self.vfs_transport_factory = default_transport