Update examples

This commit is contained in:
2023-09-15 12:55:39 -04:00
parent c69e9801e9
commit 1b4ba81ab0
16 changed files with 217 additions and 325 deletions

2
patch_example.py Normal file → Executable file
View File

@ -3,7 +3,7 @@
import unittest
from io import StringIO
from unittest.mock import patch
import print_things # import the module containing the function with print statements
import print_things
class TestPrintFunction(unittest.TestCase):