Skip to content

Commit

Permalink
add test_titulo_eleitor to suite
Browse files Browse the repository at this point in the history
  • Loading branch information
luizpericolo committed Oct 15, 2019
1 parent f5c6963 commit c9336e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
import tests.test_cpf
import tests.test_cns
import tests.test_cnpj
import tests.test_titulo_eleitor


def suite():
Expand All @@ -12,6 +13,7 @@ def suite():
test_suite.addTests(loader.loadTestsFromModule(tests.test_cpf))
test_suite.addTests(loader.loadTestsFromModule(tests.test_cns))
test_suite.addTests(loader.loadTestsFromModule(tests.test_cnpj))
test_suite.addTests(loader.loadTestsFromModule(tests.test_titulo_eleitor))

return test_suite

Expand Down

0 comments on commit c9336e4

Please sign in to comment.