Update src/_pytest/config/__init__.py

Co-authored-by: Ran Benita <ran@unusedvar.com>
This commit is contained in:
Bruno Oliveira 2024-02-18 13:11:12 -03:00 committed by GitHub
parent b85b386b1e
commit 84bdd6f50e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -578,7 +578,7 @@ class PytestPluginManager(PluginManager):
self._try_load_conftest(invocation_dir, importmode, rootpath)
def _is_in_confcutdir(self, path: Path) -> bool:
"""Whether consider the given path to load conftests from."""
"""Whether to consider the given path to load conftests from."""
if self._confcutdir is None:
return True
# The semantics here are literally: