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

/tmp/test_pastebin_warning.py:7: AssertionError
