Skip to content

Commit

Permalink
added warning comment about a test that fails in the month of February
Browse files Browse the repository at this point in the history
  • Loading branch information
jsayles committed Feb 13, 2020
1 parent be36ab2 commit e43df9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nadine/tests/test_billing_scenarios.py
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,8 @@ def test_new_user_new_membership_with_end_date(self):
self.assertTrue(len(user.bills.filter(period_start=one_month_from_now)) == 0)

def test_backdated_new_membership_with_end_date(self):
# NOTE: This test fails in the month of February!!!

# Membership start date of two weeks ago and ending in two weeks
start = two_weeks_ago
end = (start + relativedelta(months=1)) - timedelta(days=1)
Expand Down

0 comments on commit e43df9b

Please sign in to comment.