Use the "if 1:" prefix so that quoted code appears nicely
nested inside the test suite. def test_me(): exec("""if 1: ...code... """) No other change here.
Showing
Please register or sign in to comment
nested inside the test suite. def test_me(): exec("""if 1: ...code... """) No other change here.