On 27May2015 17:13, Vincent Davis <[email protected]> wrote:
On Wed, May 27, 2015 at 4:55 PM, Cameron Simpson <[email protected]> wrote:First, test your test by hand running: to_datetime('2015-02-29', coerce=False) _Does_ it raise ValueError?Well that was not expected. Thanks
See? If you'd just believed your unit test... :-) Welcome to test driven development! Cheers, Cameron Simpson <[email protected]> Acceptance Testing: Dropping your mods straight into the production environment to see if the users will accept them. -- https://mail.python.org/mailman/listinfo/python-list
