All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- What the hell is going on with dependencies.
- (Hopefully) actually fix dependencies.
- (Hopefully) fix dependencies.
- Change API to be more Pytest-y.
- Update versions and package metadata
- Fix the Readme.
- Complete API redesign: now there's a utility you can call that will
migrate the database back and forth to specified states, returning the
apps
object to use to extract pseudo-models. Also a decorator that you can wrap the whole thing with to handle cleanup.
- Initial API design, with a decorator that sets up the database state, and returns a decorator that you then apply to tests after the migration.