Spelling and minor changes (#12122)

This commit is contained in:
Josh Soref
2024-05-15 12:49:34 -04:00
committed by GitHub
parent fa1d5be3e8
commit 8d00811822
46 changed files with 100 additions and 97 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ class ManifestDirectory(pytest.Directory):
@pytest.hookimpl
def pytest_collect_directory(path, parent):
# Use our custom collector for directories containing a `mainfest.json` file.
# Use our custom collector for directories containing a `manifest.json` file.
if path.joinpath("manifest.json").is_file():
return ManifestDirectory.from_parent(parent=parent, path=path)
# Otherwise fallback to the standard behavior.