Skip to content

miozilla/unittest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

unittest 🐍🧪🐛

unittest : Unit Testing # Python # Bug Fixes # Try Except # Assertion # Missing parameters

Objective

  • To add a test to reproduce bug & make the necessary corrections
    • Script: emails.py (matches users to an email address & lets user easily look them up)
  • Write a simple test to check for basic functionality
  • Write a test to check for edge cases
    • Test Case 1: Missing parameters
    • Test Case 2: Random email address
  • Correct code with a try/except statement

Python Unit Testing

unittest001.png

unittest002.png

unittest003.png

unittest004.png

unittest005.png

unittest006.png

About

unittest 🐍🧪🐛 : Unit Testing # Python # Bug Fixes # Try Except # Assertion # Missing parameters

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages