Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages