Skip to content

Creating APIs with django using Test Driven Development (TDD)

License

Notifications You must be signed in to change notification settings

lorbic/django-tdd-apis

Repository files navigation

django-tdd-apis

Django CI

Creating APIs with django using Test Driven Development (TDD)

Read env.template for dotenv configuration

Run Tests

$ python manage.py test && flake8

If you get following error:
Got an error creating the test database: permission denied to create database
Then change permission to your postgres database user by executing following command   alter role djangouser createdb; .
Or you can use default sqlite database.

About

Creating APIs with django using Test Driven Development (TDD)

Topics

Resources

License

Stars

Watchers

Forks