"""
Tests for `attr.converters`.
"""
"""
Tests for `optional`.
"""
"""
Wrapped converter is used as usual if value is not None.
"""
=
assert == 42
"""
Nothing happens if None.
"""
=
assert is None
"""
Propagates the underlying conversion error when conversion fails.
"""
=