aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Add syntax highlighting with code-block to README.rstMarc Abramowitz2012-07-19
* Merge pull request #21 from msabramo/py3_try3•••utils.multi_extract_dict: use key= argument to sorted instead of cmp=.Raphaël Barrois2012-07-10
|\
| * Switch `sorted` argument from `cmp` to `key`.Marc Abramowitz2012-07-10
|/
* Update doc version.•••Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org> Raphaël Barrois2012-07-09
* Version bump•••Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org> v1.1.51.1.5Raphaël Barrois2012-07-09
* Fix PostGenerationDeclaration.extract.•••Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org> Raphaël Barrois2012-07-09
* Fix TestCase name conflict•••Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org> Raphaël Barrois2012-07-09
* Version bump to 1.1.4•••Signed-off-by: Raphaël Barrois <raphael.barrois@polyconseil.fr> v1.1.4Raphaël Barrois2012-06-19
* Merge pull request #17 from michaeljoseph/patch-1•••Two small typosRaphaël Barrois2012-06-06
|\
| * Typo: thoughtbot (fixes link too)Michael Joseph2012-06-06
| * Typo.Michael Joseph2012-06-06
|/
* Fix sequence count for SubFactory (Closes #16).•••Signed-off-by: Raphaël Barrois <raphael.barrois@polyconseil.fr> Raphaël Barrois2012-06-01
* Add link to travis-ci build status image.•••Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org> Raphaël Barrois2012-05-04
* Try to install unittest2 on python-2.6 for travis-ci.•••Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org> Raphaël Barrois2012-05-04
* Enable builds for python-2.6 on travis-ci.•••Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org> Raphaël Barrois2012-05-04
* Only absorb dependant arguments for SubFactory fields (Closes #15).•••Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org> Raphaël Barrois2012-05-04
* Typo in PostGenerationMethodCall.__init__ (Closes #14).•••Signed-off-by: Raphaël Barrois <raphael.barrois@polyconseil.fr> Raphaël Barrois2012-05-02
* Fix typo in docs/subfactory.rst (Closes #13).•••Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org> Raphaël Barrois2012-05-01
* Fixed documentation link.•••Signed-off-by: Raphaël Barrois <raphael.barrois@polyconseil.fr> Raphaël Barrois2012-04-15
* Cleaner link.•••Signed-off-by: Raphaël Barrois <raphael.barrois@polyconseil.fr> Raphaël Barrois2012-04-15
* Add link to documentation on first page.•••Signed-off-by: Raphaël Barrois <raphael.barrois@polyconseil.fr> Raphaël Barrois2012-04-15
* Merge pull request #11 from kmike/test-improvements•••Use a proper shebang (/usr/bin/env) for setup.pyRaphaël Barrois2012-04-15
|\
| * proper shebang for setup.pyMikhail Korobov2012-04-10
* | Add doc for post_generation hooks.•••Signed-off-by: Raphaël Barrois <raphael.barrois@polyconseil.fr> Raphaël Barrois2012-04-15
* | Rename post_declaration to post_generation.•••Signed-off-by: Raphaël Barrois <raphael.barrois@polyconseil.fr> Raphaël Barrois2012-04-15
* | Expose and test factory.RelatedFactory.•••Signed-off-by: Raphaël Barrois <raphael.barrois@polyconseil.fr> Raphaël Barrois2012-04-15
* | Handle the PostGeneration declarations.•••Signed-off-by: Raphaël Barrois <raphael.barrois@polyconseil.fr> Raphaël Barrois2012-04-15
* | Add PostGenerationDeclarationDict (cf. DeclarationDict).•••Signed-off-by: Raphaël Barrois <raphael.barrois@polyconseil.fr> Raphaël Barrois2012-04-15
* | Whitespace cleanup•••Signed-off-by: Raphaël Barrois <raphael.barrois@polyconseil.fr> Raphaël Barrois2012-04-15
* | Make tests compatible with python2.6 + unittest2•••Signed-off-by: Raphaël Barrois <raphael.barrois@polyconseil.fr> Raphaël Barrois2012-04-15
* | Add basis for PostGenerationDeclaration•••Signed-off-by: Raphaël Barrois <raphael.barrois@polyconseil.fr> Raphaël Barrois2012-04-15
* | Cleaner extract_dict: allow excluded keys.•••Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org> Raphaël Barrois2012-04-15
* | Merge pull request #9 from kmike/test-improvements•••Test running improvementsRaphaël Barrois2012-04-10
|\|
| * 2 bytes less to downloadMikhail Korobov2012-04-10
| * Test running improvements: tests can be run under python 2.6 (by using option...Mikhail Korobov2012-04-10
|/
* Move ATTR_SPLITTER logic to a dedicated module.•••Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org> Raphaël Barrois2012-04-09
* Fix tests.•••Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org> Raphaël Barrois2012-04-07
* Fix the __str__ method of factory classes.Raphaël Barrois2012-04-07
* Add and document abstract factories (Closes #8).•••Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org> Raphaël Barrois2012-04-07
* Add travis-ci configuration.•••Signed-off-by: Raphaël Barrois <raphael.barrois@polyconseil.fr> Raphaël Barrois2012-03-23
* Add a '@use_strategy' decorator for forcing alternate strategies.•••Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org> Raphaël Barrois2012-03-17
* Version bump, for packaging purposes.•••Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org> v1.1.3Raphaël Barrois2012-03-09
* Add MANIFEST.in entries for docs and tests.•••Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org> Raphaël Barrois2012-03-09
* Add MANIFEST.in•••Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org> Raphaël Barrois2012-03-09
* Add a couple of tests for scope bleeding with InfiniteIterator and list compr...•••Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org> Raphaël Barrois2012-03-09
* Version bump.•••Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org> v1.1.2Raphaël Barrois2012-02-24
* Add the Iterator and InfiniteIterator attribute kinds.•••Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org> Raphaël Barrois2012-02-24
* Add support for 'generate' and 'simple_generate'•••Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org> Raphaël Barrois2012-02-24
* Version bump•••Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org> v1.1.1Raphaël Barrois2012-02-24
* Add batches.•••Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org> Raphaël Barrois2012-02-24