Skip to content

rasmuskkilp/simple_calc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TDD and Unit Testing

Unittest and Pytest

TDD

  • What is it?
  • How to implement?

Unit testing

  • What is it?
  • What are the benefits?
    • Maintainable

Tools/Frameworks for Python

Unittest

  • Unittest comes with packaged with Python

Pytest

  • Pytest needs to be installed as a package.
  • However, it is pretty and clean.
  • specifically looks for test_ or _test in files in order for it to work.
  • Either at the end or beginning of the file.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages