Skip to content

pvergain/django-postgres-isolation-levels

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.8%
  • Shell 1.2%