/goat

Project for the testing goat book

Primary LanguagePython

Todo app based on the Obey the Testing Goat book

Obey the Testing Goat

A python TDD project using Django framework

Prerequisites

Check installation guide

Development

run Django dev server: python manage.py runserver

run the functional tests: python manage.py test functional_tests

run the unit tests: python manage.py test lists

upgrade selenium: pip install --upgrade selenium