Becksteinlab / MDPOW

Calculation of water/solvent partition coefficients with Gromacs.
https://mdpow.readthedocs.io
GNU General Public License v3.0
25 stars 10 forks source link

replace bundled tempdir with pytest tmpdir fixture #194

Open orbeckst opened 3 years ago

orbeckst commented 3 years ago

Many tests still use tests/tempdir.py. Remove and replace the use with the pytest tmpdir/tmpfile fixture.

orbeckst commented 1 year ago

Actually, tmpdir is kind of deprecated, use tmp_path

cadeduckworth commented 1 year ago

Working list: for removing setup & teardown

Working list: for changing tmpdir to tmp_path