Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save re4lfl0w/9f1bdab4bdaf9763c12a to your computer and use it in GitHub Desktop.
Save re4lfl0w/9f1bdab4bdaf9763c12a to your computer and use it in GitHub Desktop.
@pytest.yield_fixture(scope='function', autouse=True)
def newline_before_logging(request):
if request.config.getoption('capture') == 'no':
print # new-line
yield
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment