Closed camilamaia closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 99.77%. Comparing base (
4947074
) to head (23b7470
). Report is 2 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Agora teste pelo números de imports no init.py e pelo números de imports no all.
Se tiver um import faltando no init.py o teste irá falhar desta forma:
AssertionError: x public method(s) missing from imports at __init__.py
Se tiver um import faltando no all do init, o teste irá falhar desta forma:
AssertionError: Public method(s) missing from __all__: {'format_cep', 'remove_international_dialing_code'}
Closes #388