summaryrefslogtreecommitdiff
path: root/tests/test_mongoengine.py
Commit message (Collapse)AuthorAge
* Fix typo.Raphaël Barrois2015-04-27
|
* Allow skipping Mongo tests.Raphaël Barrois2015-04-27
|
* test_mongoengine: fix typoRaphaël Barrois2015-04-12
|
* mongoengine: allow tuning the server timeout.Raphaël Barrois2015-04-12
| | | | So that it doesn't fail on ci...
* Fix tests with latest pymongo/mongoengine.Raphaël Barrois2015-04-12
| | | | | | | mongoengine>=0.9.0 and pymongo>=2.1 require extra parameters: - The server connection timeout was set too high - We have to define a ``read_preference``.
* Rename 'target' to 'model'.Raphaël Barrois2014-05-18
|
* Switch tests to class Meta.Raphaël Barrois2014-05-18
|
* Added SubFactory support for MongoEngine's EmbeddedDocumentIvan Miric2013-12-25
|
* Fix mongoengine connection.Raphaël Barrois2013-09-14
|
* Use temporary mongo databases for tests.Raphaël Barrois2013-09-14
|
* Adding factory support for mongoengine (Closes #89).Jonathan Tushman2013-09-13