Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix setup.py post-setuptools/distribute merge. | Raphaël Barrois | 2013-08-14 |
| | |||
* | Test running improvements: tests can be run under python 2.6 (by using ↵ | Mikhail Korobov | 2012-04-10 |
| | | | | optional unittest2), tox config for testing under different pythons, explicit python version requirements (factory_boy works with python 2.6 and 2.7); ./setup.py test returns proper error code in case of test failure. | ||
* | Add first draft of a documentation. | Raphaël Barrois | 2011-12-20 |
| | | | | Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org> | ||
* | Ignore coverage files. | Raphaël Barrois | 2011-05-16 |
| | | | | Signed-off-by: Raphaël Barrois <raphael.barrois@polyconseil.fr> | ||
* | Update gitignore for VI | Raphaël Barrois | 2011-05-16 |
| | | | | Signed-off-by: Raphaël Barrois <raphael.barrois@polyconseil.fr> | ||
* | ignore build/ dist/ and MANIFEST | Mark Sandstrom | 2010-08-22 |
| | |||
* | factory_boy: a test fixtures replacement based on thoughtbot's factory_girl ↵ | Mark Sandstrom | 2010-08-22 |
for Ruby |