summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAge
* Fix a17b036: Error messages have moved.Raphaël Barrois2016-04-07
* Merge pull request #256 from koterpillar/cyclic-definition-rescueRaphaël Barrois2016-04-07
|\
| * Test LazyValues handling CyclicDefinitionErrorAlexey Kotlyarov2015-12-08
* | Add documentation and test for subfactory using "factory_parent" attributeSamuel Paccoud2016-04-03
* | Add Traits (Closes #251).Raphaël Barrois2016-04-02
* | Add a new Params section to factories.Raphaël Barrois2016-04-02
* | Refactor: move error defs to a dedicated module.Raphaël Barrois2016-04-02
* | django: Clarify behavior around ``abstract=True``Raphaël Barrois2016-03-12
* | Add test for "build as dict" trick (See #68).Raphaël Barrois2016-02-23
* | factory: LazyFunction to just call a function in the simplest caseHervé Cauwelier2016-02-12
* | Merge remote-tracking branch 'minjung/flushing_sqlalchemy_factory'Raphaël Barrois2016-02-10
|\ \
| * | added unittests for rbarrois/factory_boy#81Alejandro2016-01-07
| |/
* | Fix "no FloatOperation test", invalid until PY3Raphaël Barrois2016-02-10
* | fuzzy: Fix decimal.FloatOperation warning (Closes #261)Raphaël Barrois2016-02-10
* | Clarify the use of SelfAttribute in RelatedFactory (Closes #264)Raphaël Barrois2016-02-09
|/
* add a way to add custom providers to FakerIonuț Arțăriși2015-10-20
* Improve debug logging efficiency (Closes #155).Raphaël Barrois2015-07-11
* Fix mute_signals behavior for signals with cachingIlya Baryshev2015-07-05
* Properly handle custom Django managers (Closes #201).Raphaël Barrois2015-05-31
* Add lazy loading to factory.Iterator.Raphaël Barrois2015-05-24
* Add factory.Faker()Raphaël Barrois2015-05-22
* Add Meta.rename to handle name conflicts (See #206).Raphaël Barrois2015-05-20
* Fix typo.Raphaël Barrois2015-04-27
* Allow skipping Mongo tests.Raphaël Barrois2015-04-27
* Fix test startup for Django==1.6Raphaël Barrois2015-04-27
* Clarify .build() issue with Django>1.8 (Ref #198).Raphaël Barrois2015-04-25
* Remove warnings with Django 1.7 (Closes #195).Raphaël Barrois2015-04-14
* test_mongoengine: fix typoRaphaël Barrois2015-04-12
* mongoengine: allow tuning the server timeout.Raphaël Barrois2015-04-12
* Fix tests with latest pymongo/mongoengine.Raphaël Barrois2015-04-12
* Fix imports for Django 1.8Raphaël Barrois2015-04-02
* Fix custom queryset tests for Django<1.7Raphaël Barrois2015-03-27
* Support declarations in FileField/ImageField.Raphaël Barrois2015-03-27
* Respect default manager in DjangoModelFactory (Closes #192).Raphaël Barrois2015-03-27
* Update header years.Raphaël Barrois2015-03-26
* Turn FileField/ImageField into normal fields (Closes #141).Raphaël Barrois2015-03-26
* Remove limitations of factory.StubFactory (Closes #131).Raphaël Barrois2015-03-26
* Add support for multidb with Django (Closes #171).Raphaël Barrois2015-03-26
* Fix issues between mute_signals() and factory inheritance (Closes #183).Raphaël Barrois2015-03-26
* Allow lazy evaluation of FuzzyChoice's iterators (Closes #184).Raphaël Barrois2015-03-26
* Enable resetting factory.fuzzy's random generator (Closes #175, #185).Raphaël Barrois2015-02-18
* Remove deprecated features.Raphaël Barrois2014-11-18
* Remove automagic pk-based sequence setupRaphaël Barrois2014-11-16
* Add tests for self-referential models (See #173).Raphaël Barrois2014-11-02
* Fix support for Django 1.7.Raphaël Barrois2014-09-03
* Fix test running without django (Closes #161).Raphaël Barrois2014-09-03
* tests: Update to Django new 'duplicate file' mechanism.Raphaël Barrois2014-08-21
* Fix declaration inheritance.Raphaël Barrois2014-06-23
* Provide readable errors when Meta.model isn't set (Closes #137).Raphaël Barrois2014-06-21
* Fix test_deprecation test.Raphaël Barrois2014-05-18