Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 430 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 430 Bytes

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