Yelp / MOE

A global, black box optimization engine for real world metric optimization.
Other
1.31k stars 139 forks source link

[Python] silence greetings message in unit tests #405

Open suntzu86 opened 9 years ago

suntzu86 commented 9 years ago

We spit out a ton of greetings messages from #400 in unit tests. There should be a verbosity level or similar so these can be disabled during testing.

Some of the messages being printed during unit tests may be wrong as well since (I thought) we're running a mock server. Idk.