/loggerhead/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/loggerhead/trunk

« back to all changes in this revision

Viewing changes to loggerhead/tests/test_simple.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-09-07 11:29:11 UTC
  • mfrom: (128.1.60 less-file-change-access)
  • Revision ID: pqm@pqm.ubuntu.com-20070907112911-ilw15rioduh413h0
[r=spiv] merge less-file-change-access; should improve performance and reduce resource consumption

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
class BasicTests(object):
25
25
 
26
 
 
27
 
    # there are so i can run it with py.test and take advantage of the
28
 
    # error reporting...
 
26
    # setup_method and teardown_method are so i can run the tests with
 
27
    # py.test and take advantage of the error reporting.
29
28
    def setup_method(self, meth):
30
29
        self.setUp()
31
30