summaryrefslogtreecommitdiff
path: root/tests/triggers
Commit message (Expand)AuthorAgeFilesLines
* Formatted all code to fit within Black's 88 column limitAlex Grönholm2022-08-173-10/+11
* Made the apscheduler.enums and apscheduler.exceptions modules private and re-...Alex Grönholm2022-07-301-1/+1
* Fixed test failuresAlex Grönholm2022-04-261-1/+1
* Switched to Black for code formattingAlex Grönholm2022-04-204-174/+365
* Switched tests to Python 3.10 style annotationsAlex Grönholm2021-09-135-0/+10
* Converted more classes to use attrsAlex Grönholm2021-09-082-7/+5
* Switched to the src/ layoutAlex Grönholm2021-08-294-0/+4
* Fixed flake8 errorsAlex Grönholm2020-09-281-9/+8
* Converted triggers to use zoneinfo instead of pytz timezonesAlex Grönholm2020-09-285-84/+94
* Added the first usable scheduler, worker and datastore implementationsAlex Grönholm2020-09-204-5/+1
* Changed cron weekdays to match the cron standardAlex Grönholm2020-05-231-12/+32
* Refactored the triggersAlex Grönholm2020-05-235-56/+514
* Added the CalendarIntervalTriggerAlex Grönholm2019-07-191-0/+95