Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added get_library_information, that uses get_keyword_names etc. #79

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

WisniewskiP
Copy link

it adds get_library_information that collects all data using functions that are already available.

@pekkaklarck
Copy link
Member

This looks pretty good but it would be nice to have some tests for this functionality. In practice the functionality works if all existing tests pass, but it would be nice to have at least some tests that make sure communication goes through get_library_information and some tests that validate that also the "legacy" methods work. Need to think what would be the best way.

The conflict is due to this PR changing inspect.getargspec to inspect.getfullargspec which I also did to fix #81. The conflict can be easily resolved by reverting the change done in this PR.

@WisniewskiP WisniewskiP force-pushed the feature/add_get_library_information branch from f730e91 to cf7b81f Compare June 30, 2023 08:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants