Update changelog/11871.feature.rst

Co-authored-by: Ran Benita <ran@unusedvar.com>
This commit is contained in:
Levon Saldamli 2024-03-07 20:34:20 +01:00
parent 590a807371
commit c56a962696
No known key found for this signature in database
1 changed files with 2 additions and 4 deletions

View File

@ -1,4 +1,2 @@
Added support for reading ``file_or_dir`` positional arguments from a file
using the prefix character '@', like e.g.:
``pytest @tests.txt``
Added support for reading command line arguments from a file using the prefix character '@',
like e.g.: ``pytest @tests.txt``.