MCPcopy Create free account
hub / github.com/MITK/MITK / test_repr

Method test_repr

Modules/Python/test/pytest/test_multilabel.py:1130–1136  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1128 assert a != c
1129
1130 def test_repr(self):
1131 code = mitk.DICOMCodeSequence("T-D0050", "SRT", "Tissue")
1132 r = repr(code)
1133 assert "DICOMCodeSequence" in r
1134 assert "T-D0050" in r
1135 assert "SRT" in r
1136 assert "Tissue" in r
1137
1138
1139# ---------------------------------------------------------------------------

Callers

nothing calls this directly

Calls 1

DICOMCodeSequenceMethod · 0.80

Tested by

no test coverage detected