pyvisa / pyvisa-py

A pure python PyVISA backend
https://pyvisa-py.readthedocs.io
MIT License
288 stars 124 forks source link

PR for issue #38 #42

Closed thliebig closed 9 years ago

coveralls commented 9 years ago

Coverage Status

Coverage increased (+0.02%) to 20.89% when pulling 8c0af80726212795af707122ce2a77d5368d8497 on thliebig:master into bc744e660b3f3eff651e53d9321a009d7c19e81e on hgrecco:master.

hgrecco commented 9 years ago

Thanks a lot!

thliebig commented 9 years ago

@hgrecco How do you test use your development version of pyvisa-py? I had to run python setup.py install after every change to test it, otherwise pyvisa would always use the installed version of pyvisa-py only...

hgrecco commented 9 years ago

I have an isolated virtualenv with a symlink in to my development folder.

MatthieuDartiailh commented 9 years ago

You can use python setup.py develop. When doing so only a link to your development folder is added to pythonpath.