Skip to content

shows an example of how you can use unittest in python.

Notifications You must be signed in to change notification settings

Misjudgments/Unit-Test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Unit-Test

shows an example of how you can use unittest in python.

took it from this video: https://www.youtube.com/watch?v=1Lfv5tUGsn8

file 'circles_old.py' shows the old code without changing it. the new one is what the video is about.

to run unittest open command prompt, cd to your directory, then run this command: python -m unittest test_circles OR python -m unittest either way should work.

About

shows an example of how you can use unittest in python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages