Skip to content
This repository has been archived by the owner on Apr 16, 2020. It is now read-only.

gabrielfalcao/django-testing-techtalk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example django project for DjangoNYC talk

This project contains the examples shown in my tech talk about testing django apps.

The code is fake, but the tests are real

The code inside this django app is totally fake, because the intention here is just to show how to write tests.

Everything is mocked so that you can learn how to do it :)

Instructions to run in your machine:

Installation:

pip install -r requirements.txt

Running unit tests

python manage.py test --unit

Further info:

Speakerdeck

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages