Skip to content

Latest commit

 

History

History

21-testing-debugging

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

This repo contains basic examples for testing and debugging in Python.

Files

  • basic_testing.py: Contains a simple function and tests for it using Python's unittest framework.
  • debugging_example.py: Demonstrates common errors and issues in code for practice in debugging.

Running the Code

Testing

To run the tests in basic_testing.py, use the following command:

python basic_testing.py