File: test_diff_mode.py

package info (click to toggle)
python-syrupy 5.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,396 kB
  • sloc: python: 5,982; makefile: 3
file content (6 lines) | stat: -rw-r--r-- 171 bytes parent folder | download | duplicates (2)
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)