dkriegner / xrayutilities

xrayutilities - a package with useful scripts for X-ray diffraction physicists
http://xrayutilities.sourceforge.io
GNU General Public License v2.0
83 stars 29 forks source link

use temporary files in test code #72

Closed dkriegner closed 5 years ago

dkriegner commented 5 years ago

the test code should use temporary files (using the tempfile module) to avoid race conditions when tests are run in parallel for multiple python versions.

This effects for example test_io_spec.py and test_io_edf.py and likely few more.