Skip to content

Instantly share code, notes, and snippets.

@hamiltont
Created October 30, 2014 22:42
Show Gist options
  • Save hamiltont/d32c9b96dbb92338bbe9 to your computer and use it in GitHub Desktop.
Save hamiltont/d32c9b96dbb92338bbe9 to your computer and use it in GitHub Desktop.
#################### Inside benchmarker.__init__
self.__dict__.update(args)
self.list_tests = bool(self.list_tests)
self.list_test_metadata = bool(self.list_test_metadata)
if self.parse == "None":
self.parse = None
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment