summaryrefslogtreecommitdiff
path: root/tests/__init__.py
Commit message (Collapse)AuthorAge
* Add factory.Faker()Raphaël Barrois2015-05-22
| | | | | This relies on the ``fake-factory`` library, and provides realistic random values for most field types.
* Fix test startup for Django==1.6Raphaël Barrois2015-04-27
|
* Update header years.Raphaël Barrois2015-03-26
|
* Remove deprecated features.Raphaël Barrois2014-11-18
| | | | | This disables the ``FACTORY_FOR`` syntax and related parameters, that should be declared through ``class Meta``.
* Add DeprecationWarning for FACTORY_* kwargsRaphaël Barrois2014-05-18
|
* Add 'factory.debug' context manager.Raphaël Barrois2013-09-17
|
* Adding factory support for mongoengine (Closes #89).Jonathan Tushman2013-09-13
|
* Added some tests for SQLAlchemyModelFactoryminimumserious2013-06-20
|
* Add django-based tests for DjangoModelFactory.Raphaël Barrois2013-06-10
|
* Add factory.fuzzy (Closes #41).Raphaël Barrois2013-04-11
|
* Happy New Year!Raphaël Barrois2013-01-02
| | | | Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
* Move ATTR_SPLITTER logic to a dedicated module.Raphaël Barrois2012-04-09
| | | | Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
* Rearrange tests.Raphaël Barrois2012-01-12
| | | | Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
* Add encoding header.Raphaël Barrois2011-12-21
| | | | Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
* Update copyrights.Raphaël Barrois2011-12-21
| | | | Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
* Add a 'test' command to the setup.py script.Raphaël Barrois2011-12-21
Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>