Skip to content

r14r/Python_Working-with_TDD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Working with TDD

Read the corresponding Blog: http://blog.via-internet.de/blog/2019/05/17/tdd-with-python/

Setup

Set up virtual envirionment

python3 -m venv .env/python

Activate environment

. .env/python/bin/activate

Install required packages

pip install --upgrade pip
pip install pytest

Test-driven Design in Python - Samples and Resources

http://www.thedigitalcatonline.com/blog/2015/05/13/python-oop-tdd-example-part1/

http://www.thedigitalcatonline.com/blog/2017/05/09/a-game-of-tokens-write-an-interpreter-in-python-with-tdd-part-1/

http://www.thedigitalcatonline.com/blog/2017/07/21/refactoring-with-test-in-python-a-practical-example/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published