Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

First steps with unittest package

Trial of unittest with Python to see any advantage over pytest

How to run the tests

$ python3 -m unittest <file_you_want_to_test.py>

Conclusions

unittest is good for a quick demonstration or for times when importing pytest might not be possible. There was no extensive testing done but it appears that unittest could be less easy to understand for non-tech individuals

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages