Skip to content

TrackMaven/using-pytest-with-django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Using pytest with Django.

This respository contains an example django project for the using pytest with Django post

Getting Started.

This repo require's Docker + Docker Compose.

Once installed, you can build all services using...

docker-compose build

Tests

Run the tests using...

docker-compose run web py.test tests