Skip to content

Commit

Permalink
chore: adds test_certidao to test_all
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarofpp committed Oct 12, 2021
1 parent 243e14d commit 4ba6c17
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
@@ -1,5 +1,6 @@
import unittest
# Classes
import tests.test_certidao
import tests.test_cpf
import tests.test_cnh
import tests.test_cns
Expand All @@ -13,6 +14,7 @@ def suite():
loader = unittest.TestLoader()
test_suite = unittest.TestSuite()

test_suite.addTests(loader.loadTestsFromModule(tests.test_certidao))
test_suite.addTests(loader.loadTestsFromModule(tests.test_cpf))
test_suite.addTests(loader.loadTestsFromModule(tests.test_cnh))
test_suite.addTests(loader.loadTestsFromModule(tests.test_cns))
Expand Down

0 comments on commit 4ba6c17

Please sign in to comment.