Skip to content

Commit

Permalink
test_dir as fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
shyamd committed Oct 15, 2020
1 parent 4b60abe commit 6dc87a9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/conftest.py
@@ -0,0 +1,7 @@
from pathlib import Path
import pytest


@pytest.fixture
def test_dir():
return Path(__file__).parent.joinpath("test_files").resolve()

0 comments on commit 6dc87a9

Please sign in to comment.