Skip to content

varjangn/tdd-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple TDD Example in Python

  • This repo contains source code for demonstrating TDD (Test Driven Development) in Python

Running tests

  • Tests are written using python's unittest standard library. Tests are located in test_* files.
python3.11 -m unittest test_add_unittest

About

A Simple python application following TDD

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages