Skip to content

Instantly share code, notes, and snippets.

@goossaert
Created May 24, 2012 17:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save goossaert/2783144 to your computer and use it in GitHub Desktop.
Save goossaert/2783144 to your computer and use it in GitHub Desktop.
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