summaryrefslogtreecommitdiff
path: root/tests/test_triggers.py
Commit message (Collapse)AuthorAgeFilesLines
* Added time zone to the output of CronTrigger and IntervalTriggerAlex Grönholm2016-04-021-15/+25
|
* Fixed off-by-1-hour bug in cron trigger while crossing the DST threshold ↵Alex Grönholm2016-03-271-12/+13
| | | | (fixes #115)
* Improved the IntervalTrigger's dst change testAlex Grönholm2016-03-271-5/+5
|
* Improved PEP 8 and PEP 257 compliancyAlex Grönholm2015-12-111-31/+41
| | | | Moved from the previous 120 column limit to PEP 8 compliant 99 column limit.
* add some CronTrigger testsliuchao122015-11-261-0/+15
|
* Fixed start date getting set too far in the future in IntervalTrigger (fixes ↵Alex Grönholm2014-10-201-0/+5
| | | | #70)
* Added unit tests for the BaseScheduler classAlex Grönholm2014-06-151-2/+3
| | | | | | | Fixed a number of bugs in BaseScheduler Added the jobstore_alias parameter to run_job() so that the proper event can be generated Added scheduler events for adds/removals of executors Fixed the scheduler configuration to match with the documentation
* Changed the trigger API to allow it to work with run times in the pastAlex Grönholm2014-05-311-77/+68
|
* Added the end_date parameter to the cron and interval triggersAlex Grönholm2014-05-261-4/+21
|
* Fixed DST crossover handling in the Cron triggerAlex Grönholm2014-05-261-6/+6
|
* Replaced python-dateutil with pytz and tzlocal because dateutil can't handle ↵Alex Grönholm2014-05-191-84/+86
| | | | date the DST quirks in date arithmetic
* Fixed extraction of timezone from start_dateAlex Grönholm2014-04-131-0/+5
|
* Improved timezone support especially for the pytz module.Curtis Vogt2014-04-081-1/+73
| | | | | | | | | | Overview: - Datetime localization now supports pytz timezones. - Trigger get_next_fire_time now expect a timezone aware datetime. - Normalized datetimes from get_next_fire_time. - CronTrigger uses the timezone of the start_date rather than the trigger. - Added trigger testcases for DST fallback.
* Made the timezone argument optional again where possibleAlex Grönholm2014-04-061-26/+24
|
* Test cleanups and test suite configuration improvementsAlex Grönholm2014-04-061-94/+92
|
* Changed the syntax for adding a new jobAlex Grönholm2014-04-011-25/+24
| | | | Added extensive validation for Job attributes
* PEP-8 fixes and testing improvementsAlex Grönholm2014-01-201-1/+1
|
* Migrated from nose to py.testAlex Grönholm2014-01-201-0/+202