Home | History | Annotate | Download | only in test

Lines Matching refs:wall

3225         # wall  0:MM  1:MM  1:MM  2:MM  against these

3283 for wall in 23, 0, 1, 3, 4, 5:
3284 expected = start.replace(hour=wall)
3285 if wall == 23:
3304 for wall in 0, 1, 1, 2, 3, 4:
3305 expected = start.replace(hour=wall)