X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=test%2Ftest_bens.py;fp=test%2Ftest_bens.py;h=e04967513ee4b9f998a42cd20ac52dfd4c1916b7;hb=ef9e2a19c54f9acf78c123851b5362e7db5e1db5;hp=0000000000000000000000000000000000000000;hpb=6409d719036c3dbae1f185906abc7a805bdc6a04;p=cascardo%2Firpf-gui.git 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 +