def test_log_default_stdout(self):
-> res, out, err = callcapture(py.log.default, "hello")
assert out.strip() == "[default] hello"