tompascall / goat

Project for the testing goat book

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Project for the testing goat book


Languages

Language:Python 92.8%Language:HTML 7.0%Language:CSS 0.2%