MDPOW icon indicating copy to clipboard operation
MDPOW copied to clipboard

replace bundled tempdir with pytest tmpdir fixture

Open orbeckst opened this issue 4 years ago • 2 comments

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

orbeckst avatar Sep 10 '21 20:09 orbeckst

Actually, tmpdir is kind of deprecated, use tmp_path

orbeckst avatar Dec 12 '22 23:12 orbeckst

Working list: for removing setup & teardown

  • test_Gsolv
  • test_dihedral
  • test_ensemble
  • test_equilibration_script
  • test_fep_script
  • test_solv_shell

Working list: for changing tmpdir to tmp_path

  • test_analysis
  • test_analysis_alchemlyb
  • test_solvation

cadeduckworth avatar Dec 15 '22 07:12 cadeduckworth