Skip to content

Commit

Permalink
Add missing fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
WardLT committed Dec 6, 2023
1 parent bf4c431 commit 1a6a70b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
from pathlib import Path

from pytest import fixture

_file_dir = Path(__file__).parent / 'files'


@fixture()
def xyz_path():
return _file_dir / 'water.xyz'

0 comments on commit 1a6a70b

Please sign in to comment.