
def setup_module(mod):
    raise RuntimeError

def test_bar(self):
    assert True
