hi everybody
Iam learning python. I have to write test scripts for c files. I did using swig and python. Using python i give input to a function and gets the output and shown using python script itself. If i take comeplete module. Different files will be at different directories, in that case how can i test a module using python & swig.
For now iam putting all the files in one directory and writing script to test the module. Let me know how can i test the module with out placing in one directory.
Iam learning python. I have to write test scripts for c files. I did using swig and python. Using python i give input to a function and gets the output and shown using python script itself. If i take comeplete module. Different files will be at different directories, in that case how can i test a module using python & swig.
For now iam putting all the files in one directory and writing script to test the module. Let me know how can i test the module with out placing in one directory.
Comment