Skip to content

jpchauvel/python-tdd-lab

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Small TDD Lab using Python.

  1. Create a virtualenv environment and run it.

  2. Use this command to install all the dependencies:

     pip install -r requirements
    
  3. Use nose:

     nosetests --exe --with-coverage --cover-package=labs --cover-html
    
  4. Open the coverage report:

     open cover/index.html
    
  5. Have fun!

About

Small TDD lab using mockito, nose, unittesting and coverage.py

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%