Open GoogleCodeExporter opened 9 years ago
An interesting way to do all testing more comprehensively would be to use
virtualenv.
e.g. If put the tar/gzip source file in home directory, then under linux could
do the
following (need an equivalent for other platforms as well, of course):
virtualenv pyd --no-site-packages
sudo pyd/bin/easy_install . pydicom
sudo pyd/bin/python
pyd/lib/python2.5/site-packages/pydicom-0.9.3-py2.5.egg/dicom/test/run_tests.py
The no-site packages created a completely clean environment. Might also want to
add
Numpy to test parts dependent on that (pixel_array for now). If could script
this and
extend to all the other python versions then could have a clean comprehensive
test suite.
Original comment by darcymason@gmail.com
on 23 May 2009 at 3:51
Original issue reported on code.google.com by
darcymason@gmail.com
on 20 May 2009 at 1:38