You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I sometimes have pretty long docstrings explaining what the test does / why it was added. For the output, I would only want the first line of such long docstrings to be used (the "summary line").
Please note that the first line might be empty ... so technically the second line. The first line which has more than just whitespace.
(PS: Awesome plugin!)
How it looks like at the moment
For pypdf, executed as pytest tests/test_xmp.py --pspec:
The text was updated successfully, but these errors were encountered:
I sometimes have pretty long docstrings explaining what the test does / why it was added. For the output, I would only want the first line of such long docstrings to be used (the "summary line").
Please note that the first line might be empty ... so technically the second line. The first line which has more than just whitespace.
(PS: Awesome plugin!)
How it looks like at the moment
For pypdf, executed as
pytest tests/test_xmp.py --pspec
:The text was updated successfully, but these errors were encountered: