Update examples
This commit is contained in:
2
patch_example.py
Normal file → Executable file
2
patch_example.py
Normal file → Executable 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):
|
||||
|
Reference in New Issue
Block a user