for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
from contextlib import contextmanager
@contextmanager
def assert_not_raises():
"""Dummy context manager to highlight a row of a test
that should not raises any exception"""
yield