Skip to content

A simple example of unit tests in python with unittest 🔬

License

Notifications You must be signed in to change notification settings

Julianhm9612/python-unittest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple example of unit tests in python with unittest 🔬

Requeriments

Only do you need install unittest:

pip install unittest

How run the tests:

  • Run in the command line:
Python tests.py

Or

  • Run in the command line:
python -m unittest discover -s tests

About

A simple example of unit tests in python with unittest 🔬

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages