summaryrefslogtreecommitdiff
path: root/src/croniter/tests
Commit message (Expand)AuthorAgeFilesLines
* fix merge issueHEADmasterMathieu Le Marec - Pasquet2023-04-121-10/+0
* Merge pull request #39 from sg3-141-592/adding-range-begin-end-checkkiorky2023-04-121-0/+10
|\
| * Adding check for range begin endsg3-141-5922023-04-121-0/+10
* | LintMathieu Le Marec - Pasquet2023-04-121-1/+1
* | Adding check for range begin endsg3-141-5922023-04-121-0/+10
|/
* Better error handlingMathieu Le Marec - Pasquet2023-04-071-0/+4
* Fix DOW hash parsingMathieu Le Marec - Pasquet2023-04-071-0/+62
* fix testsMathieu Le Marec - Pasquet2022-09-062-23/+22
* Add testShachar Snapiri2022-07-051-0/+14
* Again restore compat with py27Mathieu Le Marec - Pasquet2022-02-181-2/+3
* Again restore compat with py27Mathieu Le Marec - Pasquet2022-02-181-2/+3
* Complete agateblue work to fix #12 & changelogMathieu Le Marec - Pasquet2022-02-181-1/+1
* See #12: test case to reproduce issueAgate2022-02-181-1/+8
* restore compat with py2Mathieu Le Marec - Pasquet2022-02-151-1/+1
* Add a way to make next() easier to use.Mathieu Le Marec - Pasquet2022-02-151-0/+8
* Be stricter on day=0Mathieu Le Marec - Pasquet2022-01-141-34/+36
* Fix typosDaniel Hoherd2022-01-052-2/+2
* Be stricter on month=0Mathieu Le Marec - Pasquet2021-12-031-11/+14
* Better type checksMathieu Le Marec - Pasquet2021-06-251-1/+13
* Fix ZeroDivisionError with "* * R/0 * *"Pēteris Caune2021-05-061-1/+6
* Review #49Mathieu Le Marec - Pasquet2021-04-131-0/+2
* Add support for hashed/random/keyword expressionsRyan Finnie2021-04-123-2/+211
* add ut to base case 0 6 30 3 *zed20152021-04-071-1/+11
* More consolidation of nth/last-wday functionalityLowell Alleman2021-04-071-10/+22
* Cleanup PR based on feedbackLowell Alleman2021-04-071-0/+12
* Removed some unintentional deltasLowell Alleman2021-04-071-6/+1
* New CroniterUnsupportedSyntaxError exceptionLowell Alleman2021-04-071-7/+6
* Collapsed last day support into nth day mechanismLowell Alleman2021-04-071-8/+31
* Working L/non-L detection; updated unittestsLowell Alleman2021-04-071-28/+75
* Updated unit testsLowell Alleman2021-04-071-7/+50
* Integrate core logic into _calc()Lowell Alleman2021-04-071-1/+60
* RefactoringLowell Alleman2021-04-071-17/+16
* Support last day of the month syntaxLowell Alleman2021-04-071-0/+42
* Fix (my own) spelling mistakes in unittestsLowell Alleman2021-04-062-4/+4
* Split croniter_range() tests into separate fileLowell Alleman2021-04-062-1348/+3
* Restore test_croniter.py file nameLowell Alleman2021-04-061-0/+0
* Move unitest fileLowell Alleman2021-04-061-0/+1350
* Move unitest fileLowell Alleman2021-04-061-0/+0
* Rename croniter argument to croniter_range() functionLowell Alleman2021-03-261-2/+2
* Enable croniter_range() to use derived classLowell Alleman2021-03-261-0/+25
* Remove natsortLowell Alleman2021-03-231-0/+7
* Update _expand to lowercase each component of the expressionPēteris Caune2021-03-061-2/+10
* Merge remote-tracking branch 'cuu508/reject_empty_step'Mathieu Le Marec - Pasquet2021-03-021-0/+1
|\
| * Fix _expand to reject expressions with an empty stepPēteris Caune2021-02-261-0/+1
* | Fix _expand to reject int literals with underscoresPēteris Caune2021-03-021-0/+1
|/
* Fix combination of star and invalid expression bugsMathieu Le Marec - Pasquet2021-02-011-0/+8
* Security fix: fix overflow when using cron rangesMathieu Le Marec - Pasquet2021-01-291-0/+4
* Fix #155: raise CroniterBadCronError when error syntaxMathieu Le Marec - Pasquet2021-01-291-0/+1
* spellingMathieu Le Marec - Pasquet2021-01-291-1/+1
* Fix match when datetime has microsecondsMathieu Le Marec - Pasquet2021-01-191-0/+5