Skip to content

Instantly share code, notes, and snippets.

@kkristof
Created July 18, 2012 08:13
Show Gist options
  • Save kkristof/3134988 to your computer and use it in GitHub Desktop.
Save kkristof/3134988 to your computer and use it in GitHub Desktop.
class TrivialMockPort(object):
def __init__(self):
self.host = MockSystemHost()
def results_directory(self):
return "/mock-results"
def check_for_leaks(self, process_name, process_pid):
pass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment