Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

replace bundled tempdir with pytest tmpdir fixture #194

Open
orbeckst opened this issue Sep 10, 2021 · 2 comments
Open

replace bundled tempdir with pytest tmpdir fixture #194

orbeckst opened this issue Sep 10, 2021 · 2 comments

Comments

@orbeckst
Copy link
Member

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

@orbeckst
Copy link
Member Author

Actually, tmpdir is kind of deprecated, use tmp_path

@cadeduckworth
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants