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

Commit

Permalink
Turn tests for .giving back on
Browse files Browse the repository at this point in the history
  • Loading branch information
chadwhitacre committed Jul 30, 2015
1 parent a496760 commit 5c99bf5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/py/test_participant.py
Original file line number Diff line number Diff line change
Expand Up @@ -629,8 +629,6 @@ def test_only_latest_tip_counts(self):

assert alice.giving == Decimal('4.00')


@pytest.mark.xfail(reason="#3399")
def test_receiving_includes_tips_from_whitelisted_accounts(self):
alice = self.make_participant( 'alice'
, claimed_time='now'
Expand All @@ -643,7 +641,6 @@ def test_receiving_includes_tips_from_whitelisted_accounts(self):
assert bob.receiving == Decimal('3.00')
assert bob.npatrons == 1

@pytest.mark.xfail(reason="#3399")
def test_receiving_includes_tips_from_unreviewed_accounts(self):
alice = self.make_participant( 'alice'
, claimed_time='now'
Expand All @@ -668,7 +665,6 @@ def test_receiving_ignores_tips_from_blacklisted_accounts(self):
assert bob.receiving == Decimal('0.00')
assert bob.npatrons == 0

@pytest.mark.xfail(reason="#3399")
def test_receiving_includes_taking_when_updated_from_set_tip_to(self):
alice = self.make_participant('alice', claimed_time='now', last_bill_result='')
bob = self.make_participant('bob', claimed_time='now', taking=Decimal('42.00'))
Expand Down

0 comments on commit 5c99bf5

Please sign in to comment.