É possível rodas os testes com 'python test/test_*.py'
[cascardo/irpf-gui.git] / test / test_contribuinte.py
index ebd111d..bcf4276 100644 (file)
@@ -38,5 +38,7 @@ class TestContribuinte(unittest.TestCase):
         self.assertEqual(self.contribuinte.get_campo_contribuinte('nome'),
                 'MARIA DA SILVA DE SOUZA')
 
+if __name__ == '__main__':
+    unittest.main()
 
 # vim:tabstop=4:expandtab:smartindent:fenc=utf8