I have many directories in which there are python files. These are all simple python files. For this, I did not use any framework. I want to check these py files from one central location. I should just run one command, and all * _test.py files from each directory should be called. So, is there a ready-made tool or infrastructure for my requirement?
I am looking for PyUnit to test simple py files. And we are thinking of writing one shell script that will call all these * _test.py files, using a regular expression to match the file names.
Anyone can suggest any other approach. You are always welcome.
Thanks.
source share