summaryrefslogtreecommitdiff
path: root/dateutil/test
Commit message (Expand)AuthorAgeFilesLines
* Fix custom repr for ParserErrorPaul Ganssle2020-01-021-0/+9
* Fix TypeError in parser wrapper logicMark Bailey2020-01-021-0/+4
* Fix test_tzlocal_offset_equal[GMT-tzoff1]Kubilay Kocak2019-11-021-1/+1
* Auto-skip tests when TZ can't be changed.Alexander Shadchin2019-11-022-9/+7
* Merge pull request #935 from labrys/patch-1Paul Ganssle2019-11-021-0/+30
|\
| * Add tests for gettz zone supports startswithLabrys of Knossos2019-11-021-0/+30
* | Remove WarningTestMixin in favor of pytest.warnsPaul Ganssle2019-11-024-64/+16
|/
* Fixes for a potential Python 4 (#950)Hugo van Kemenade2019-08-273-7/+7
* Fix typos in comments and documentationHugo2019-08-274-4/+4
* Use tz.UTC in testsPaul Ganssle2019-04-234-10/+10
* Selective use of tzutc() in test_tzPaul Ganssle2019-04-231-22/+22
* Fix tz import in isoparser testPaul Ganssle2019-04-231-1/+1
* Convert all parser raises tests to use ParserErrorPaul Ganssle2019-04-231-20/+20
* Wrap ValueError in ParserErrorPaul Ganssle2019-04-231-1/+0
* Add xfailing test for ParserErrorPaul Ganssle2019-04-231-0/+12
* Add test for interpreting UTC as an integer offsetPaul Ganssle2019-03-201-0/+7
* Use convenience function for testing tz objectPaul Ganssle2019-03-201-8/+10
* Fix error condition when invalid tzinfos is passedBrock Mendel2019-03-201-1/+0
* Add failing test for invalid tzinfos dictionaryBrock Mendel2019-03-201-0/+8
* Combine and expand tests for tzinfos inputsBrock Mendel2019-03-201-8/+40
* Fix typo in commentBrock Mendel2019-03-061-1/+1
* Collect TZEnvContext cases in a classBrock Mendel2019-03-061-39/+36
* Add tests for inverting strftimeBrock Mendel2019-03-061-6/+52
* Parametrize generic parser test casesBrock Mendel2019-03-061-100/+50
* Add test cases for several boundary errorsBrock Mendel2019-03-011-4/+38
* Add parser test case with "Jul"Brock Mendel2019-03-011-0/+1
* Add test case with fractional hoursBrock Mendel2019-03-011-1/+4
* Remove duplicate tests and rename TestInputFormatsBrock Mendel2019-02-271-9/+5
* use setup_class instead of setUpBrock Mendel2019-02-241-31/+30
* Fix isoparser test and coverageFan Huang2019-02-241-10/+10
* Add tests for multiple EXDATE and DTSTART valuesPaul Ganssle2019-02-041-0/+15
* Add EXDATE parameter parsing to rrulestrPaul Ganssle2019-02-041-3/+0
* Add tests for EXDATE parameter parsingPaul Ganssle2019-02-041-0/+61
* Catch UnicodeEncodeError for Windows in tz.gettzPaul Ganssle2019-02-031-2/+0
* Short circuit evaluation of pytest get_markerNicolas Evrard2019-02-021-2/+4
* Skip coverage on xfailed testsPaul Ganssle2018-11-131-0/+17
* Add test for un-folding a datetimePaul Ganssle2018-11-131-0/+7
* Test error condition in _DatetimeWithFold.replacePaul Ganssle2018-11-131-0/+6
* Add test for _DatetimeWithFold.replacePaul Ganssle2018-11-131-0/+9
* Convert EnfoldTest to pytest-style assertionsPaul Ganssle2018-11-131-7/+7
* Cleanup to strong cache additionPaul Ganssle2018-10-161-4/+4
* Add LRU caching to tzoffset, tzstr and gettzGökçen Nurlu2018-10-161-3/+47
* Accept 'z' for UTC in parserCheuk Ho2018-10-061-0/+5
* Accept 'z' for 'Z' in isoparseCheuk Ho2018-10-061-0/+2
* Merge pull request #767 from jbrockmendel/septestsPaul Ganssle2018-09-241-32/+46
|\
| * Refactor input testsPaul Ganssle2018-09-241-12/+6
| * Separate out input_format testsBrock Mendel2018-09-241-29/+49
* | Remove unnecessary binary_type compatibility shimJon Dufresne2018-09-241-2/+2
|/
* Always use io.BytesIO/StringIO over six; on all supported PythonsJon Dufresne2018-09-082-2/+2
* Improve handling of base offset shiftsPaul Ganssle2018-09-021-2/+1