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
This is not a support question. I would like to have a in code docu.
What is unclear to me:
What is the purpose of the file test_packages.py? Might it be helper code in context of unit tests or are these tests? Or is this one of the pytest specific features I don't know about? A module doc string would help to clear this up.
The purpose of processPackage() is also unclear. A docstring would help.
The function docstring problem is also relevant for all other functions in this file.
The text was updated successfully, but these errors were encountered:
Just an example while I was investigating failing unit test in context of PR #722.
pydoctor/pydoctor/test/test_packages.py
Line 9 in 662eafa
This is not a support question. I would like to have a in code docu.
What is unclear to me:
test_packages.py
? Might it be helper code in context of unit tests or are these tests? Or is this one of the pytest specific features I don't know about? A module doc string would help to clear this up.processPackage()
is also unclear. A docstring would help.The text was updated successfully, but these errors were encountered: