Module that requires testing
def initialize(): | |
# Create initialization data and take a lot of time | |
data = ... | |
return data | |
def method_to_test( data ): | |
# Code to test | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment