On 18/11/15 00:48, John Spitz wrote:
Using IDE eclipse with pydev, how do I debug a python script which is
the parameter of the first script?
...
python3.4 run_parallel_tests.py clickurl.py browsers.json
Its almost impossible to say since we don;t know what you re doing in
your tests script.
Hi,
Python 3.4
CentOS 6.5
Using IDE eclipse with pydev, how do I debug a python script which is
the parameter of the first script?
For example I'm writing selenium web driver tests in the cloud with
BrowserStack and they have a parallel testing script which is the
first python script followin