Created
October 30, 2014 22:42
-
-
Save hamiltont/d32c9b96dbb92338bbe9 to your computer and use it in GitHub Desktop.
This file contains 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
#################### 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