~allenap/rabbitfixture/rabbitmq-3.3-and-later

« back to all changes in this revision

Viewing changes to rabbitfixture/server.py

  • Committer: Gavin Panella
  • Date: 2012-01-30 12:22:05 UTC
  • mfrom: (26.1.1 not-tearDown)
  • Revision ID: gavin@gromper.net-20120130122205-ib67yfojl1mj48zd
Tags: 0.3.3
[r=lifeless][bug=847889] Remove RabbitServerResource.tearDown(). It was never being called, and is not needed anyway.

Show diffs side-by-side

added added

removed removed

Lines of Context:
118
118
            self.nodename = os.path.basename(self.useFixture(TempDir()).path)
119
119
        self.pluginsdir = self.useFixture(TempDir()).path
120
120
 
121
 
    def tearDown(self):
122
 
        super(RabbitServerResources, self).tearDown()
123
 
        # Restore defaults, setting dynamic values back to None for
124
 
        # reallocation in setUp.
125
 
        self.__dict__.update(self._defaults)
126
 
 
127
121
    @property
128
122
    def fq_nodename(self):
129
123
        """The node of the RabbitMQ that is being exported."""