Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Rename 'target' to 'model'. | Raphaël Barrois | 2014-05-18 |
| | |||
* | Switch tests to class Meta. | Raphaël Barrois | 2014-05-18 |
| | |||
* | Migrate factory.alchemy to class Meta | Raphaël Barrois | 2014-05-18 |
| | |||
* | Properly handle Sequence & inheritance (Closes #93). | Raphaël Barrois | 2013-09-17 |
| | | | | | There was also a nasty bug: with class FactoryB(FactoryA), FactoryB's sequence counter started at the value of FactoryA's counter when FactoryB was first called. | ||
* | Fix tests for sqlalchemy. | Raphaël Barrois | 2013-06-20 |
| | | | | Also add them to travis. | ||
* | Fixed SQLAlchemy tests on Python32 | minimumserious | 2013-06-20 |
| | |||
* | Added some tests for SQLAlchemyModelFactory | minimumserious | 2013-06-20 |