MCPcopy Create free account
hub / github.com/Derive-Risk/pyfair / test_base64ify

Method test_base64ify

tests/report/test_base_report.py:62–65  ·  view source on GitHub ↗

Test base64ify

(self)

Source from the content-addressed store, hash-verified

60 )
61
62 def test_base64ify(self):
63 """Test base64ify"""
64 tag = self._fbr.base64ify(self._BASE64_BYTES)
65 self.assertEquals(tag, self._BASE64_BYTES_TAG)
66
67 # DO NOT TEST to_html or _construct_output. Those are done by subclass.
68

Callers

nothing calls this directly

Calls 1

base64ifyMethod · 0.80

Tested by

no test coverage detected