From 2b1395116a06f6d361e5c4f388840041214910dc Mon Sep 17 00:00:00 2001 From: Chad Whitacre Date: Fri, 6 May 2016 00:23:58 -0400 Subject: [PATCH] start stubbing out takes in payday --- tests/py/test_billing_payday.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tests/py/test_billing_payday.py b/tests/py/test_billing_payday.py index 4af23817ce..c76efffe9f 100644 --- a/tests/py/test_billing_payday.py +++ b/tests/py/test_billing_payday.py @@ -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):