MCPcopy Index your code
hub / github.com/jtesta/ssh-audit / gst

Method gst

test/test_algorithm.py:28–29  ·  view source on GitHub ↗
(v)

Source from the content-addressed store, hash-verified

26
27 def test_get_since_text(self):
28 def gst(v):
29 return self.algorithm.get_since_text(v)
30
31 assert gst(['7.5']) == 'available since OpenSSH 7.5'
32 assert gst(['7.5C']) == 'available since OpenSSH 7.5 (client only)'

Callers

nothing calls this directly

Calls 1

get_since_textMethod · 0.80

Tested by

no test coverage detected