Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
Clean up holds in test fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
chadwhitacre committed Sep 1, 2016
1 parent 5e22e91 commit bcbc07a
Show file tree
Hide file tree
Showing 3 changed files with 717 additions and 760 deletions.
2 changes: 2 additions & 0 deletions gratipay/testing/billing.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ class BillingHarness(Harness):
_fixture_installed = False

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

if not BillingHarness._fixture_installed:
install_fixture()

Expand Down
Loading

0 comments on commit bcbc07a

Please sign in to comment.