summaryrefslogtreecommitdiff
path: root/dateutil/test/test_parser.py
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
* Fixes for a potential Python 4 (#950)Hugo van Kemenade2019-08-271-2/+2
* Fix typos in comments and documentationHugo2019-08-271-1/+1
* Use tz.UTC in testsPaul Ganssle2019-04-231-3/+3
* 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
* Accept 'z' for UTC in parserCheuk Ho2018-10-061-0/+5
* Refactor input testsPaul Ganssle2018-09-241-12/+6
* Separate out input_format testsBrock Mendel2018-09-241-29/+49
* Always use io.BytesIO/StringIO over six; on all supported PythonsJon Dufresne2018-09-081-1/+1
* Add test cases for positive offsetsBradlee Speice2018-08-111-0/+10
* Parametrize basic parser test casesJohn Purviance2018-06-081-411/+124
* Fix for B.Y.d format corner case #687Brock Mendel2018-05-071-0/+6
* Allow user to specify None as tzinfo valueParseThis2018-04-191-1/+8
* Catch infinite decimal values in `_is_decimal` (fix #662)Rustem Sayargaliev2018-04-141-4/+4
* Catch non-ValueError exceptions in decimalPaul Ganssle2018-03-121-0/+8
* Switch unknown timezone warning typePaul Ganssle2018-03-111-2/+3
* warn instead of raising... for nowBrock Mendel2018-03-111-4/+7
* Fix issue #427, all tests passingMateusz Dziedzic2017-12-071-0/+10
* Add test to parse 201712 (YYYYMM)Yoney2017-12-061-0/+8
* Merge branch 'master' into bytesarray_parsePaul Ganssle2017-11-211-2/+63
|\
| * Move xfail tzlocal in GMT test to passing testPaul Ganssle2017-11-131-12/+12
| * Add test that ambiguous dates in tzinfos zones can be parsedPaul Ganssle2017-11-131-0/+13
| * Add test for unambiguous nonexistent local timesPaul Ganssle2017-11-131-0/+12
| * Add tests for parsed imaginary datetimesPaul Ganssle2017-11-131-2/+38
* | Tests for parsing bytesarray from @uckelmanPaul Ganssle2017-11-121-0/+8
|/
* Add test case for #293Paul Ganssle2017-11-091-0/+5
* Merge branch 'master' of https://github.com/dateutil/dateutil into xfailureBrock Mendel2017-11-061-0/+1
|\
| * Switch skipped to xfailPaul Ganssle2017-11-061-1/+2
| * Adding an expected fail test case for the parser.Benjamin Root2017-11-061-0/+11
* | add and xfail un-handled casesBrock Mendel2017-11-061-0/+105
|/
* Merge branch 'master' of http://github.com/dateutil/dateutil into dBYBrock Mendel2017-11-021-72/+41
|\
| * Add platform compat and refactor bYd testPaul Ganssle2017-10-271-15/+19
| * Merge branch 'master' into bYd2Paul Ganssle2017-10-271-0/+5
| |\