Japle / python-pagseguro

Integração com a API v2 de pagamentos e notificações do Pagseguro utilizando requests.
MIT License
172 stars 69 forks source link

IDN domain tests for is_valid_email #36

Closed cuducos closed 8 years ago

cuducos commented 8 years ago

Added a few lines to test the IDN part of is_valid_email() (sorry, but I couldn't figure out how to raise a UnicodeError and raise the coverage of pagseguro.util to 100%).

ellisonleao commented 8 years ago

Thanks @cuducos, i was trying some inputs for IDN tests but i was not getting too much luck. LGTM @rochacbruno

coveralls commented 8 years ago

Coverage Status

Coverage increased (+1.2%) to 60.204% when pulling 3b2c43e0c2c74793d66d3af73319fae07ce7961a on cuducos:tests into d9c3d05f496d9d1cca38b098ac5c493543231dd2 on rochacbruno:master.