EnvironmentVariableFixture uses old-style upcalling

Bug #881120 reported by Jonathan Lange
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Python Fixtures
Fix Released
Wishlist
Jonathan Lange

Bug Description

Not actually sure if this is a problem:

    def setUp(self):
        Fixture.setUp(self)

Should say:

    def setUp(self):
        super(EnvironmentVariableFixture, self).setUp()

Related branches

Revision history for this message
Robert Collins (lifeless) wrote : Re: [Bug 881120] [NEW] EnvironmentVariableFixture uses old-style upcalling

Either is fine, as we don't have any multiple inheritance today.

Revision history for this message
Robert Collins (lifeless) wrote :

Bah, I missed this for 0.3.7. Will put it in for 0.3.8.

Changed in python-fixtures:
status: New → Triaged
importance: Undecided → Wishlist
Changed in python-fixtures:
assignee: nobody → Jonathan Lange (jml)
milestone: none → next
status: Triaged → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.