Skip to content

Files

Latest commit

477127e · Aug 19, 2024

History

History

21-testing-debugging

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Aug 19, 2024
Aug 19, 2024
Aug 19, 2024

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