Update changelog/11013.improvement.rst

Co-authored-by: Ran Benita <ran@unusedvar.com>
This commit is contained in:
Kenny Y 2023-05-28 08:02:11 -04:00 committed by GitHub
parent ca3a6675bc
commit 462f4a6d22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1 +1 @@
Added warning when testpaths is set, but paths are not found by glob. In this case, pytest will search fall back to searching from current directory.
Added warning when :confval:`testpaths` is set, but paths are not found by glob. In this case, pytest will fall back to searching from the current directory.