Skip to content

Commit 014f9ad

Browse files
Add missing quotes (#245)
1 parent a4cf7b0 commit 014f9ad

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

src/usethis/_integrations/pytest/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ def remove_pytest_dir() -> None:
3333
tick_print("Removing '/tests'.")
3434
shutil.rmtree(tests_dir)
3535
else:
36-
box_print("Reconfigure the /tests directory to run without pytest.")
36+
box_print("Reconfigure the '/tests' directory to run without pytest.")
3737
# Note we don't actually remove the directory, just explain what needs to be done.

uv.lock

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)