Lines Matching full:until
17 """Test the --since, --until, and --destination options.
22 * --until - use the given end time and the default duration.
24 * --since --until - use the given start and end times.
26 * --until --duration - use the given end time and duration.
43 start_time = (arguments.until - duration * 3600)
50 self.assertEqual(arguments.until, end_time)
63 self.assertEqual(arguments.until, end_time)
67 """Test time bounds with --until only.
69 Also tests that --until and -u are equivalent.
73 for option in ['--until', '-u']:
75 self.assertEqual(arguments.until, end_time)
88 self.assertEqual(arguments.until, end_time)
92 """Test time bounds with --since and --until."""
100 self.assertEqual(arguments.until, end_time)
114 """Test time bounds with --until and --duration."""
121 self.assertEqual(arguments.until, end_time)