MCPcopy Create free account
hub / github.com/PostmonAPI/postmon / test_cep_sem_rua

Method test_cep_sem_rua

test/postmon_test.py:57–58  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

55 self.assertCep('01330000')
56
57 def test_cep_sem_rua(self):
58 self.assertCep('85100000')
59
60 def test_cep_inexistente(self):
61 self.assertCep('99999999')

Callers

nothing calls this directly

Calls 1

assertCepMethod · 0.45

Tested by

no test coverage detected