Refactored several retrieval tests to split long lines into multiple lines, improving readability. Also adjusted the expected child instances count. Furthermore, added an entry to the CHANGELOG regarding a refactor about retrieving descendants of a 'Part'.
Fixes #
Checklist:
[x] My code follows the pykechain style
[x] I added type hinting to all functions
[x] I added documentation for all public functions
[x] I locally used tox to check for dists and docs errors
[x] My code passes the pep8 and flake8 linting checks and no warnings
[x] I removed unused imports, using Code > Optimize Imports in PyCharm
Refactored several retrieval tests to split long lines into multiple lines, improving readability. Also adjusted the expected child instances count. Furthermore, added an entry to the CHANGELOG regarding a refactor about retrieving descendants of a 'Part'.
Fixes #
Checklist:
tox
to check for dists and docs errorspep8
andflake8
linting checks and no warningsCode > Optimize Imports
in PyCharmblack
to format the new code