Skip to content

Simple Project to figure out how to do basic unit testing and mocking in Python

Notifications You must be signed in to change notification settings

niklasR/python-testing-spike

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Simple Project to figure out how to do unit testing and mocking in Python:

Run tests

  1. Make sure mock is installed: pip install mock
  2. Run python -m unittest discover tests -v
  3. Expected output: 2 successful tests, 1 failure

About

Simple Project to figure out how to do basic unit testing and mocking in Python

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages