Skip to content

kapsali29/unittesting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Dummy tutorial for unit testing in Python

Contents

  • simple tests
  • test collections
  • assert methods
  • test membership
  • Test fixtures
  • setUp and tearDown methods to test each test
  • setUpClass and tearDownClass to make class-level fixtures

Detailed Material

I followed this resource: https://realpython.com/python-unittest/

Before starting remember to setup PYTHONPATH variable

export PYTHONPATH=/path/to/your/project:$PYTHONPATH

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages