Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
alvinhenrick
/
medirag
like
2
Running
App
Files
Files
Community
6ecf1c3
medirag
/
tests
/
conftest.py
alvinhenrick
Add initial code
71308fa
3 months ago
raw
Copy download link
history
blame
Safe
116 Bytes
from
pathlib
import
Path
import
pytest
@pytest.fixture
def
data_dir
():
return
Path(__file__).parent /
"data"