MCPcopy
hub / github.com/pallets/jinja / test_copy_missing

Function test_copy_missing

tests/test_utils.py:203–205  ·  view source on GitHub ↗

Test that missing can be copied while remaining a singleton.

()

Source from the content-addressed store, hash-verified

201
202
203def test_copy_missing() -> None:
204 """Test that missing can be copied while remaining a singleton."""
205 assert copy.copy(missing) is missing

Callers

nothing calls this directly

Calls 1

copyMethod · 0.45

Tested by

no test coverage detected