From 5d68e136acc7aebb4805cf00f2b633d74ddcb0e3 Mon Sep 17 00:00:00 2001 From: Eduardo Elias Ferreira Date: Thu, 9 May 2013 15:31:31 -0300 Subject: [PATCH] Teste: Adiciona testes para contribuinte --- test/test_contribuinte.py | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 test/test_contribuinte.py diff --git a/test/test_contribuinte.py b/test/test_contribuinte.py new file mode 100644 index 0000000..c417acc --- /dev/null +++ b/test/test_contribuinte.py @@ -0,0 +1,9 @@ +# -*- mode: python; encoding: utf-8; -*- +import unittest +import sys +import os +import dirs +dirs.default_irpf_dir = dirs.IRPFTestDir() + + +# vim:tabstop=4:expandtab:smartindent:fenc=utf8 -- 2.20.1