[PATCH 10/11] Test: Adiciona test_bens

camponez en gmail.com camponez en gmail.com
Sab Mayo 25 14:07:18 UTC 2013


From: Eduardo Elias Camponez <camponez at gmail.com>

---
 test/test_bens.py | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 test/test_bens.py

diff --git a/test/test_bens.py b/test/test_bens.py
new file mode 100644
index 0000000..e049675
--- /dev/null
+++ b/test/test_bens.py
@@ -0,0 +1,15 @@
+# -*- mode: python; encoding: utf-8; -*-
+import unittest
+import sys
+import os
+
+myPath = os.path.dirname(os.path.abspath(__file__))
+sys.path.insert(0, myPath + '/../src')
+
+CONFIG = os.path.dirname(os.path.abspath(__file__))+'conf.py'
+
+if __name__ == '__main__':
+    unittest.main()
+
+# vim:tabstop=4:expandtab:smartindent:fenc=utf8
+
-- 
1.8.1.2



Más información sobre la lista de distribución Softwares-impostos