MCPcopy Create free account
hub / github.com/ColdGrub1384/Pyto / testParserParseStr

Method testParserParseStr

site-packages/dateutil/test/test_parser.py:114–118  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

112 datetime(2014, 1, 19))
113
114 def testParserParseStr(self):
115 from dateutil.parser import parser
116
117 self.assertEqual(parser().parse(self.str_str),
118 parser().parse(self.uni_str))
119
120 def testParseUnicodeWords(self):
121

Callers

nothing calls this directly

Calls 2

parserClass · 0.90
parseMethod · 0.45

Tested by

no test coverage detected