pvergain / django-postgres-isolation-levels

A set of tests exploring PostgreSQL transactions and Django

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

django-postgres-isolation-levels CircleCI

A set of tests exploring PostgreSQL transactions and Django

Database access in usually from separate threads so it's not in the transaction that pytest-django starts.

Running tests

In one session run

docker run --rm -it -p 5432:5432 postgres:10.1

and then another

pip install -r ./requirements.txt
./test.sh

About

A set of tests exploring PostgreSQL transactions and Django

License:MIT License


Languages

Language:Python 98.8%Language:Shell 1.2%