pytest-mongodb
pytest-mongodb copied to clipboard
Add tz-aware option
This adds support for tz_aware argument of MongoClient.
It is handy, when you use tz-aware connection in your application, and want to do assertions on datetime objects returned from mongo queries.