summaryrefslogtreecommitdiff
path: root/factory/containers.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
|\
| * Allow overriding the sequence counter.Raphaël Barrois2013-04-15
| * Pylint.Raphaël Barrois2013-04-03
| * internal: merge OrderedDeclaration.evaluate() variants.Raphaël Barrois2013-04-03
| * Add full Python 3 compatibility (Closes #10, #20, #49).nkryptic2013-03-15
| * Happy New Year!Raphaël Barrois2013-01-02
| * [py3] Various python3-compatibility fixes.Raphaël Barrois2012-11-15
| * [py3] Remove calls to iteritems().Raphaël Barrois2012-11-15
* | Back to upstream version 1.1.5Thomas Goirand2012-10-14
|/
* Add support for passing non-kwarg parameters to factories.Raphaël Barrois2012-08-17
* Improve test coverage.Raphaël Barrois2012-08-16
* Only absorb dependant arguments for SubFactory fields (Closes #15).Raphaël Barrois2012-05-04
* Add PostGenerationDeclarationDict (cf. DeclarationDict).Raphaël Barrois2012-04-15
* Move ATTR_SPLITTER logic to a dedicated module.Raphaël Barrois2012-04-09
* 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
* Add __repr__ / __str__ to a couple of objects.Raphaël Barrois2012-01-12
* Correct out-of-date docstring.Carl Meyer2012-01-12
* Added support for staticmethods on factories as well.Carl Meyer2012-01-12
* Clarify extended if check in DeclarationDict.update_with_public.Carl Meyer2012-01-12
* Merge branch 'master' into allow-public-classmethodsCarl Meyer2012-01-12
|\
| * Add support for 'LazyContainerAttribute', when a SubFactory field needs acces...Raphaël Barrois2012-01-12
* | Allow public classmethods on factories.Carl Meyer2012-01-11
|/
* 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
* Update all tests, and fix a couple of bugs.Raphaël Barrois2011-09-06
* Huge refactoring and code cleanup.Raphaël Barrois2011-09-06
* Better fix for nested subfactories.Raphaël Barrois2011-09-05
* Handle nested SubFactory with extra attributes.Raphaël Barrois2011-09-05
* Update docstrings.Raphaël Barrois2011-09-05
* Fix the SubFactory/Sequence behaviour.Raphaël Barrois2011-05-24
* Add SubFactories, and full testing.Raphaël Barrois2011-05-16
* Add a DeclarationHolder containing all the logic related to attribute declara...Raphaël Barrois2011-05-16
* Cleaner code for ordered attributes.Raphaël Barrois2011-05-13
* Remove trailing whitespaceRaphaël Barrois2011-05-11
* factory_boy: a test fixtures replacement based on thoughtbot's factory_girl f...Mark Sandstrom2010-08-22