File: test_diff_mode.py

package info (click to toggle)
python-syrupy 4.9.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,368 kB
  • sloc: python: 5,978; makefile: 3
file content (6 lines) | stat: -rw-r--r-- 171 bytes parent folder | download
1
2
3
4
5
6
from syrupy.assertion import DiffMode


def test_can_be_stringified(snapshot):
    assert snapshot == str(DiffMode.DETAILED)
    assert snapshot == str(DiffMode.DISABLED)