Signed-off-by: Bryce Gattis <bryce.gattis@brazenanimation.com>
This commit is contained in:
Bryce Gattis 2024-04-26 09:27:23 -05:00
parent aa98e4c594
commit 33d0613483
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ Pytest supports several ways to run and select tests from the command-line or fr
pytest test_mod.py
When passing a path as a positional argument, pytest does not recursively
searches when given a file basename. If you want to pass a path to a file, you
search when given a file basename. If you want to pass a path to a file, you
must pass either a relative path or an absolute path. Otherwise, consider the
below keyword expressions instead.