equal
deleted
inserted
replaced
17 def setup_module(options): |
17 def setup_module(options): |
18 def _today(): |
18 def _today(): |
19 return DateTime(0000, 1, 1) |
19 return DateTime(0000, 1, 1) |
20 widgets.today = widgets.now = _today |
20 widgets.today = widgets.now = _today |
21 |
21 |
22 def teardown_module(options, result): |
22 def teardown_module(options, results): |
23 widgets.today = orig_today |
23 widgets.today = orig_today |
24 widgets.now = orig_now |
24 widgets.now = orig_now |
25 |
25 |
26 |
26 |
27 def cleanup_text(text): |
27 def cleanup_text(text): |