mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-27 02:12:18 +00:00
Why does this work
Indeed, it may not
This commit is contained in:
@@ -578,7 +578,9 @@ class TestCalendar(BaseRigboardTest):
|
|||||||
specialEvent.start_date.strftime('%Y%m%d') + 'T' + specialEvent.start_time.strftime(
|
specialEvent.start_date.strftime('%Y%m%d') + 'T' + specialEvent.start_time.strftime(
|
||||||
'%H%M%S'))
|
'%H%M%S'))
|
||||||
self.assertContains(response,
|
self.assertContains(response,
|
||||||
specialEvent.end_date.strftime('%Y%m%d') + 'T' + specialEvent.end_time.strftime('%H%M%S'))
|
specialEvent.end_date.strftime('%Y%m%d'))
|
||||||
|
self.assertContains(response,
|
||||||
|
specialEvent.end_time.strftime('%H%M%S'))
|
||||||
|
|
||||||
# Only non rigs
|
# Only non rigs
|
||||||
self.page.toggle_filter('rig')
|
self.page.toggle_filter('rig')
|
||||||
|
|||||||
Reference in New Issue
Block a user