Skip to content

Commit

Permalink
Missing fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
stumpylog committed Sep 30, 2024
1 parent bcac90c commit b979167
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,11 @@ def ods_sample_file(sample_directory: Path) -> Path:
return sample_directory / "sample.ods"


@pytest.fixture(scope="session")
def pdf_sample_one_file(sample_directory: Path) -> Path:
return sample_directory / "sample1.pdf"


@pytest.fixture(scope="session")
def output_file_save_directory() -> Path:
return Path(__file__).parent.resolve() / "outputs"
Expand Down

0 comments on commit b979167

Please sign in to comment.