
    def test_fails():
>       assert 1 == 0
E       assert 1 == 0

/tmp/tmpx_073b_z/test_simple.py:3: AssertionError
