Skip to content

thiagojacinto/exploring-tdd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Exploring TDD practices

An approach to explore the possibilities of test driven development techniques

Getting started

First, initiate the configuration for the project setup:

python setup.py develop

Activate your venv and install dependencies:

python -m venv .venv
source .venv/bin/activate

# load project dependencies
pip install -r requirements.txt

Then you can run tests by doing:

pytest

About

An approach to explore the possibilities of test driven development techniques

Topics

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Contributors

Languages