This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
I can't remember the basic setup, so here it is. This file may or may not run, it is mainly to show the pattern of | |
testing and set up. | |
""" | |
import unittest | |
from unittest.mock import patch | |
# Also import all the thing you want to test here | |
def fake_func(): | |
# Ignore this - just using to have something to test against |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.