DEBSOURCES
Skip Quicknav
sources / domdf-python-tools / 3.10.0-1 / tests / test_compat.py
123456789
# this package from domdf_python_tools.compat import nullcontext def test_nullcontext(): with nullcontext("foo") as f: assert f == "foo" assert f == "foo"