Skip to content
Snippets Groups Projects
Commit 2a71a903 authored by mads's avatar mads
Browse files

test unix_filename

parent 67a2df6a
No related branches found
No related tags found
No related merge requests found
Pipeline #
'''
Created on 11/07/2016
@author: MMPE
'''
import unittest
from wetb.utils.process_exec import unix_filename
import os
class Test(unittest.TestCase):
def testUnix_filename(self):
print (unix_filename(os.path.dirname(__file__) + r"../../../..\windenergytoolbox/wetb/HAWC2/hawc2io.py"))
if __name__ == "__main__":
#import sys;sys.argv = ['', 'Test.testUnix_filename']
unittest.main()
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment