summaryrefslogtreecommitdiff
path: root/tests/test_triggers.py
Commit message (Expand)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 (fix...Alex Grönholm2016-03-271-12/+13
* 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
* 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
* Added unit tests for the BaseScheduler classAlex Grönholm2014-06-151-2/+3
* 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
* 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
* 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
* PEP-8 fixes and testing improvementsAlex Grönholm2014-01-201-1/+1
* Migrated from nose to py.testAlex Grönholm2014-01-201-0/+202