Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PostmonAPI/postmon
/ test_cep_inexistente
Method
test_cep_inexistente
test/postmon_test.py:60–61 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
58
self.assertCep(
'85100000'
)
59
60
def
test_cep_inexistente(self):
61
self.assertCep(
'99999999'
)
62
63
def
test_cep_com_mais_de_um_resultado(self):
64
self.assertCep(
'75064590'
)
Callers
nothing calls this directly
Calls
1
assertCep
Method · 0.45
Tested by
no test coverage detected