aboutsummaryrefslogtreecommitdiff
path: root/tests/test_alchemy.py
Commit message (Collapse)AuthorAge
* Rename 'target' to 'model'.Raphaël Barrois2014-05-18
|
* Switch tests to class Meta.Raphaël Barrois2014-05-18
|
* Migrate factory.alchemy to class MetaRaphaël Barrois2014-05-18
|
* Properly handle Sequence & inheritance (Closes #93).Raphaël Barrois2013-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 Barrois2013-06-20
| | | | Also add them to travis.
* Fixed SQLAlchemy tests on Python32minimumserious2013-06-20
|
* Added some tests for SQLAlchemyModelFactoryminimumserious2013-06-20