DEBSOURCES
Skip Quicknav
sources / python-syrupy / 4.9.1-1 / tests / syrupy / test_diff_mode.py
123456
from syrupy.assertion import DiffMode def test_can_be_stringified(snapshot): assert snapshot == str(DiffMode.DETAILED) assert snapshot == str(DiffMode.DISABLED)