Skip to content

Commit

Permalink
issue-12: documented logdir fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
aurzenligl committed Feb 20, 2024
1 parent 6455385 commit 9be6390
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pytest_logger/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,7 @@ def format(self, record):

@pytest.fixture
def logdir(request):
""" Return a path to log directory for the test function """
return _make_logdir(request._pyfuncitem)


Expand Down

0 comments on commit 9be6390

Please sign in to comment.