aboutsummaryrefslogtreecommitdiff
path: root/dateutil/test
AgeCommit message (Expand)Author
2018-06-08Fix spelling in testSherry Zhou
2018-05-29Convert easter tests to pytestJohn Purviance
2018-05-15Add test for comma as microsecond separatorPaul Ganssle
2018-05-07Fix for B.Y.d format corner case #687Brock Mendel
2018-04-24Restrict tzfile test to the public interfaceChris van den Berg
2018-04-24Add unittest for tzfile from named file objectChris van den Berg
2018-04-20Add xfail test for TZ aware rrulePaul Ganssle
2018-04-20Convert generated dtstart test to pytestPaul Ganssle
2018-04-20Implement working test for generated aware DTSTARTBrook Li
2018-04-19Allow user to specify None as tzinfo valueParseThis
2018-04-19Add hypothesis tests for isoparsePaul Ganssle
2018-04-15Move property tests into separate directoryPaul Ganssle
2018-04-15Hypothesis tests on convertyearCorey
2018-04-14Change weakref test mechanismPaul Ganssle
2018-04-14Convert test to pytest and skip on WindowsPaul Ganssle
2018-04-14Add tests for weak references in timezone cachesChristopher Cordero
2018-04-14Catch infinite decimal values in `_is_decimal` (fix #662)Rustem Sayargaliev
2018-03-24Update test for 2018dPaul Ganssle
2018-03-14Merge pull request #634 from ryanpetrello/fix-633Paul Ganssle
2018-03-13require UTC for UNTIL when DTSTART is timezone-awareRyan Petrello
2018-03-12Catch non-ValueError exceptions in decimalPaul Ganssle
2018-03-11Switch unknown timezone warning typePaul Ganssle
2018-03-11warn instead of raising... for nowBrock Mendel
2018-03-11Add singleton and instance tests for tzoffset and tzstrPaul Ganssle
2018-03-11Add cache to tz.gettzPaul Ganssle
2018-03-11Return singletons from tzstrPaul Ganssle
2018-03-10Clean up TZID= support, don't overload tzinfosPaul Ganssle
2018-03-10add another test for ambiguous TZID= in combination w/ UTC Z notationRyan Petrello
2018-03-10add support for DTSTART;TZID= in rrulesRyan Petrello
2018-03-10Relax strictness of default isoparse behaviorPaul Ganssle
2018-01-07Only raise ValueError in parser for nowPaul Ganssle
2018-01-04Add resolve_imaginary to tz.__all__Paul Ganssle
2018-01-04Parametrize resolve_imaginary testsPaul Ganssle
2018-01-04Add tz.resolve_imaginary function with testsCheuk Ting Ho
2018-01-03Test for tz format deprecation, some rearrangementPaul Ganssle
2017-12-27Fixes how the code handles the default timezone with the GNU C LibXavier Lapointe
2017-12-19Merge pull request #598 from pganssle/add_tzlocal_eqPaul Ganssle
2017-12-19Fix combined tzlocal markPaul Ganssle
2017-12-19Add support for comparing tzlocal to tzoffsetPaul Ganssle
2017-12-19Add support for comparing tzlocal to tzutcPaul Ganssle
2017-12-18Parametrize tzstr tests, plus some PEP8 fixes and adding tzstr markPaul Ganssle
2017-12-10Fix datetime.parser._parser,_timelex to correctly tokenize default tz format ...Pablo Galindo
2017-12-10Make tz.tzstr fail if an invalid GNU tz string is providedPablo Galindo Salgado
2017-12-09Removed support for YYYYMM formatKirit Thadaka
2017-12-07Fix issue #427, all tests passingMateusz Dziedzic
2017-12-06Make test_isoparser_byte_sep conditionally xfailinPaul Ganssle
2017-12-06Merge pull request #555 from mariocj89/docsPaul Ganssle
2017-12-06Round down in the microsecond test caseLaszlo Kiss-Kollar
2017-12-06Update references from Sec. 4.3.10 to Sec 3.3.10Mario Corchero
2017-12-06Update references from RFC 2445 to RFC 5545Mario Corchero