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

Commit

Permalink
start stubbing out takes in payday
Browse files Browse the repository at this point in the history
  • Loading branch information
chadwhitacre committed May 10, 2016
1 parent 9540100 commit 88d8012
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/py/test_billing_payday.py
Original file line number Diff line number Diff line change
Expand Up @@ -569,6 +569,13 @@ def test_payin_dumps_transfers_for_debugging(self, cch, fch):
assert filename.endswith('_payments.csv')
os.unlink(filename)


class TestTakes(BillingHarness):

def test_payday_distributes_takes(self):
assert 0


class TestNotifyParticipants(EmailHarness):

def test_it_notifies_participants(self):
Expand Down

0 comments on commit 88d8012

Please sign in to comment.