Skip to content Skip to sidebar Skip to footer
Showing posts with the label Eclipse

How To Get Unit Test Coverage Results In Eclipse + Pydev?

I know Eclipse + PyDev has an option Run As => 3 Python Coverage. But all it reports is: Ran 6 … Read more How To Get Unit Test Coverage Results In Eclipse + Pydev?

Problems Using Psycopg2 On Mac Os (yosemite)

Currently I am installing psycopg2 for work within eclipse with python. I am finding a lot of probl… Read more Problems Using Psycopg2 On Mac Os (yosemite)

How To Call A Web-service Using Javaee?

I've been using rpclib to auto-generate a WSDL and implement it in Python. Then I wanted to cal… Read more How To Call A Web-service Using Javaee?

How To Execute Robot Testcase From Eclipse Which Takes Command Line List Arguments As Input?

I have written a Robot test case which takes input list from command line. I ran the test case from… Read more How To Execute Robot Testcase From Eclipse Which Takes Command Line List Arguments As Input?

Eclipse Xlrd, Xlwt Import Error

I downloaded the latest Enthought EPD python distribution (academic), which comes with python 2.7. … Read more Eclipse Xlrd, Xlwt Import Error

Pydev Debugger Not Working But Can Run Code Fine

I am using Liclipse which is basically pydev with eclipse. The python file runs fine but when I try… Read more Pydev Debugger Not Working But Can Run Code Fine