Skip to content

Commit

Permalink
Remove old method of running unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ushkarev committed Feb 16, 2023
1 parent 7834e45 commit 23bed9f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/test_bank_holidays.py
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,3 @@ def test_past_work_day_generators(self):
self.assertEqual(next(generator), datetime.date(2017, 12, 27))
generator = bank_holidays.work_days_after(date=datetime.date(2000, 1, 3))
self.assertEqual(len(list(itertools.islice(generator, 14))), 14)


if __name__ == '__main__':
unittest.main()

0 comments on commit 23bed9f

Please sign in to comment.