Skip to content

Commit

Permalink
chore(fill): improve docstring readability
Browse files Browse the repository at this point in the history
  • Loading branch information
danceratopz committed Jun 13, 2024
1 parent 8072df8 commit 097e5ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pytest_plugins/test_filler/test_filler.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,10 +140,10 @@ def pytest_addoption(parser):
type=Path,
default=Path(default_output_directory()),
help=(
"Directory path to store the generated test fixtures. Can be deleted. "
"Directory path to store the generated test fixtures. "
"If the specified path ends in '.tar.gz', then the specified tarball is additionally "
"created (the fixtures are still written to the specified path without '.tar.gz' "
f"suffix). Default: '{default_output_directory()}'."
f"suffix). Can be deleted. Default: '{default_output_directory()}'."
),
)
test_group.addoption(
Expand Down

0 comments on commit 097e5ed

Please sign in to comment.