check for conflict in diffusion; diffusion monitor, approval modes
This commit is contained in:
@ -65,11 +65,6 @@ class Programs (TestCase):
|
||||
dates = [ tz.make_aware(date) for date in dates ]
|
||||
dates.sort()
|
||||
|
||||
# match date and weeks
|
||||
#for date in dates:
|
||||
#self.assertTrue(schedule.match(date, check_time = False))
|
||||
#self.assertTrue(schedule.match_week(date))
|
||||
|
||||
# dates
|
||||
dates_ = schedule.dates_of_month(dates[0])
|
||||
dates_.sort()
|
||||
@ -82,6 +77,3 @@ class Programs (TestCase):
|
||||
self.assertEqual(dates_, dates)
|
||||
|
||||
|
||||
class
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user