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 noticed that several functions in the file pytest/src/_pytest/main.py, specifically between lines 245 and 490, are missing docstrings and inline comments. I propose adding Sphinx-compatible docstrings to all functions in the file pytest/src/_pytest/main.py between lines 245-490. Each docstring should:
Provide a brief overview of the function's purpose.
Detail the parameters, their types, and expected values.
Describe the return type and any possible return values.
Document any exceptions the function might raise.
inline comments should add
I am open to submitting a pull request for this issue.
The text was updated successfully, but these errors were encountered:
I noticed that several functions in the file pytest/src/_pytest/main.py, specifically between lines 245 and 490, are missing docstrings and inline comments. I propose adding Sphinx-compatible docstrings to all functions in the file pytest/src/_pytest/main.py between lines 245-490. Each docstring should:
I am open to submitting a pull request for this issue.
The text was updated successfully, but these errors were encountered: