#134 Use tox-docker to test with postgresql backend
Merged by jskladan. Opened by jskladan.
feature/tox_docker  into  develop

Download 134.patch

We finally got to the point where proper testing can not be done against SQLite, but requires PostgreSQL.

tox-docker is an easy to use tool, that takes care of spinning up (and removing) docker containers. Sadly, the plugin is not (yet?) packaged in Fedora, but this can easily be worked-around with pip install --user (works on my setup, at least :-D), so I don't see any major issue here.

If somebody wants to go about it without docker, using pytest instead of tox is still an option.

rebased onto 4ae82e29264f5c2571a7f06cc6f21d20ce2468ce

Pull-Request has been merged by jskladan

Metadata