Instead of "self.verbose" and "print", use a log library like a normal person.
It would be more uniform, and there would be no need to pass along verbosity as a parameter.
Instead of "self.verbose" and "print", use a log library like a normal person.
It would be more uniform, and there would be no need to pass along verbosity as a parameter.
Instead of "self.verbose" and "print", use a log library like a normal person.
It would be more uniform, and there would be no need to pass along verbosity as a parameter.
Bonus point: this change affects the runner interface.