source: flex_extract.git/python/pythontest/TestInstall.py @ 763fcf6

ctbtodev
Last change on this file since 763fcf6 was 067a0c3, checked in by Anne Philipp <anne.philipp@…>, 6 years ago

renamed documentation dir; moved pythontest to python dir

  • Property mode set to 100644
File size: 475 bytes
Line 
1#!/usr/bin/env python
2# -*- coding: utf-8 -*-
3
4import unittest
5import sys
6import os
7import inspect
8sys.path.append('../python')
9import install
10
11
12class TestTools(unittest.TestCase):
13    '''
14    '''
15
16    def setUp(self):
17        pass
18
19
20    def test_mk_tarball(self):
21        ecd = os.path.dirname(os.path.abspath(inspect.getfile(
22            inspect.currentframe()))) + '/../'
23        #print ecd
24        install.mk_tarball(ecd)
25
26
27
28if __name__ == "__main__":
29    unittest.main()
Note: See TracBrowser for help on using the repository browser.
hosted by ZAMG