| Commit message (Expand) | Author | Age |
* | Clarify the (dis)advantages of randomized tests.•••As noted in #259, fully random tests have some issues, notably possibly
flaky builds: it is quite helpful to be able to choose the random seeds
used by factory_boy and friends.
| Raphaël Barrois | 2016-01-07 |
* | Add factory.Faker()•••This relies on the ``fake-factory`` library, and provides realistic
random values for most field types.
| Raphaël Barrois | 2015-05-22 |
* | Update README.rst - "attributes" is not a strategy (Closes #204).•••The wording of the readme suggested that "attributes" is a strategy just like "build" and "create", but this is not the case in the implementation (for example keyword arguments do not work, SubFactory fields don't behave as expected), so I have removed the mention of this and replaced the attributes example to mention the "stub" strategy.
| Pauly Fenwar | 2015-05-20 |
* | Simpler way to define version names.•••Avoid hitting bugs with max shebang line length in jenkins.
| Raphaël Barrois | 2015-04-27 |
* | Update testing instructions. | Raphaël Barrois | 2015-04-27 |
* | README: Remove duplicate "latest release" block. | Raphaël Barrois | 2015-04-21 |
* | Add badges to README. | Raphaël Barrois | 2015-04-21 |
* | Add upgrade instructions for 2.5.0 | Raphaël Barrois | 2015-03-27 |
* | Fix typos in docs (Closes #159, closes #178, closes #188). | Raphaël Barrois | 2015-03-03 |
* | Remove sphinx markup from README.rst (Closes #180).•••That file should be readable by PyPI's RST parser, which doesn't support
Sphinx constructs.
| Raphaël Barrois | 2015-02-18 |
* | Fix typo (Closes #144).•••Thanks to @clouserw for the report.
| Raphaël Barrois | 2014-06-21 |
* | Improve docs on create_batch (Closes #139). | Raphaël Barrois | 2014-05-18 |
* | Rename 'target' to 'model'. | Raphaël Barrois | 2014-05-18 |
* | Update docs for class Meta. | Raphaël Barrois | 2014-05-18 |
* | Improve README. | Raphaël Barrois | 2014-05-17 |
* | Rename README.•••Let's keep github happy...
| Raphaël Barrois | 2013-11-15 |
* | Add README.•••Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
| Raphaël Barrois | 2012-02-24 |
* | Update README.rst | Andrey Voronov | 2012-02-02 |
* | Remove deprecated examples from the doc -- explicit is better than implicit, ...•••Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
| Raphaël Barrois | 2012-01-13 |
* | Use pip instead of easy_install | George Hickman | 2012-01-11 |
* | Fix kwargs syntax in README custom creation section.•••Thanks to 'Lispython' (https://github.com/Lispython) for finding the mistake.
Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
| Raphaël Barrois | 2012-01-02 |
* | Update author/maintainer information.•••Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
v1.0.4 | Raphaël Barrois | 2011-12-21 |
* | Update README.•••Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
| Raphaël Barrois | 2011-12-20 |
* | Fix doc for _setup_next_sequence; fix trailing whitespace.•••Signed-off-by: Raphaël Barrois <raphael.barrois@polyconseil.fr>
| Raphaël Barrois | 2011-07-13 |
* | Add some doc on subfactories.•••Signed-off-by: Raphaël Barrois <raphael.barrois@polyconseil.fr>
| Raphaël Barrois | 2011-07-05 |
* | Improve README.•••Signed-off-by: Raphaël Barrois <raphael.barrois@polyconseil.fr>
| Raphaël Barrois | 2011-05-13 |
* | Improve handling of custom build/create functions.•••Only public attributes (i.e not starting with _) will be handled properly.
Signed-off-by: Raphaël Barrois <raphael.barrois@polyconseil.fr>
| Raphaël Barrois | 2011-05-13 |
* | minor correction to the LazyAttributeSequence example in the readme | Mark Sandstrom | 2010-08-22 |
* | factory_boy: a test fixtures replacement based on thoughtbot's factory_girl f... | Mark Sandstrom | 2010-08-22 |