summaryrefslogtreecommitdiff
path: root/factory/declarations.py
Commit message (Expand)AuthorAge
* Fixed differences with upstream branch.Thomas Goirand2013-05-12
* Merge tag '2.0.2' into debian/unstableThomas Goirand2013-05-12
|\
| * Add Dict/List declarations (Closes #18).Raphaël Barrois2013-04-15
| * Pylint.Raphaël Barrois2013-04-03
| * internal: merge OrderedDeclaration.evaluate() variants.Raphaël Barrois2013-04-03
| * declarations: minor code simplificationRaphaël Barrois2013-04-02
| * Default Sequence.type to int (Closes #50).Raphaël Barrois2013-03-24
| * Add full Python 3 compatibility (Closes #10, #20, #49).nkryptic2013-03-15
| * Remove extract_prefix from post-generation hooks.Raphaël Barrois2013-03-11
| * Remove CircularSubFactory.Raphaël Barrois2013-03-11
| * Remove InfiniteIterator and infinite_iterator.Raphaël Barrois2013-03-11
| * Cleanup argument extraction in PostGenMethod (See #36).Raphaël Barrois2013-03-05
| * Use extracted argument in PostGenerationMethodCall.Chris Lasher2013-03-04
| * Add a 'after post_generation' hook to Factory.Raphaël Barrois2013-03-04
| * Allow symbol names in RelatedFactory (Closes #30).Raphaël Barrois2013-03-03
| * Deprecate the extract_prefix option to PostGeneration.Raphaël Barrois2013-03-03
| * Improve Iterator and SubFactory declarations.Raphaël Barrois2013-03-03
| * Happy New Year!Raphaël Barrois2013-01-02
| * Mix SelfAttribute with ContainerAttribute.Raphaël Barrois2012-11-15
| * [py3] Various python3-compatibility fixes.Raphaël Barrois2012-11-15
* | Back to upstream version 1.1.5Thomas Goirand2012-10-14
|/
* Improve test coverage.Raphaël Barrois2012-08-16
* Introduce 'CircularSubFactory.Raphaël Barrois2012-08-09
* Fix PostGenerationDeclaration.extract.Raphaël Barrois2012-07-09
* Fix sequence count for SubFactory (Closes #16).Raphaël Barrois2012-06-01
* Typo in PostGenerationMethodCall.__init__ (Closes #14).Raphaël Barrois2012-05-02
* Rename post_declaration to post_generation.Raphaël Barrois2012-04-15
* Handle the PostGeneration declarations.Raphaël Barrois2012-04-15
* Add basis for PostGenerationDeclarationRaphaël Barrois2012-04-15
* Add the Iterator and InfiniteIterator attribute kinds.Raphaël Barrois2012-02-24
* Improve the 'SelfAttribute' syntax.v1.1.0Raphaël Barrois2012-02-24
* Improve documentation.Raphaël Barrois2012-02-24
* Allow using '__' in factory.SelfAttribute.Raphaël Barrois2012-02-24
* Rename LazyContainerAttibute to ContainerAttribute.Raphaël Barrois2012-01-12
* Add support for 'LazyContainerAttribute', when a SubFactory field needs acces...Raphaël Barrois2012-01-12
* Cleanup 'factory.declarations'.Raphaël Barrois2011-12-21
* Add encoding header.Raphaël Barrois2011-12-21
* Update copyrights.Raphaël Barrois2011-12-21
* Rewrite all the 'OrderedDeclaration' part.Raphaël Barrois2011-09-06
* Huge refactoring and code cleanup.Raphaël Barrois2011-09-06
* Update docstrings.Raphaël Barrois2011-09-05
* Use the same sequence counter for parent and child classes.Raphaël Barrois2011-08-10
* Add a new type of attribute, SelfAttribute.Raphaël Barrois2011-06-13
* Fix the SubFactory/Sequence behaviour.Raphaël Barrois2011-05-24
* Add SubFactories, and full testing.Raphaël Barrois2011-05-16
* Fix concurrency between declarations for LazyAttributes and Sequence.Raphaël Barrois2011-05-11
* Remove trailing whitespaceRaphaël Barrois2011-05-11
* factory_boy: a test fixtures replacement based on thoughtbot's factory_girl f...Mark Sandstrom2010-08-22