예제 #1
0
def test_shorten_fqdn(s, expected):
    assert text.shorten_fqdn(s) == expected
예제 #2
0
파일: agent.py 프로젝트: bobh66/faust-1
 def _repr_info(self) -> str:
     return shorten_fqdn(self.name)