croach / Flask-Fixtures

A simple library for adding database fixtures for unit tests using nothing but JSON or YAML.
MIT License
63 stars 30 forks source link

Avoid parsing datetime in json #32

Closed s7anley closed 1 year ago

s7anley commented 7 years ago

Hi @croach,

_datetime_parser sometimes produce strange result so I added option to disable it for those who don't really need datetime objects. I left it enabled by default, so there is no BC.

This PR depends on #31.