Update 11871.feature.rst

This commit is contained in:
Bruno Oliveira 2024-03-08 19:15:12 -03:00 committed by GitHub
parent 6714e9001a
commit 078d8fa74b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 2 deletions

View File

@ -1,2 +1 @@
Added support for reading command line 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``. The file must have one argument per line.