My code has several functions which print warnings under certain
conditions. The problem is, I have lots of tests, many of which create the
conditions that trigger a warning, and these warnings are not useful to
print during Pkg.test("MyModule"). Is there a way to suppress this output?
