MOE
MOE copied to clipboard
[Python] silence greetings message in unit tests
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.