We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, we can't test functions that require to modify the arguments passed by reference.
Typically, the ldap_parse_result function, but maybe also other functions.
ldap_parse_result
This prevents from doing complete tests, especially with paged searches test with multiple pages.
So the goal is to improve theses test functions:
and determine if there is any other LDAP function modifying variables by reference.
The text was updated successfully, but these errors were encountered:
See also bug opened on mockery project: mockery/mockery#1440
Sorry, something went wrong.
davidcoutadeur
No branches or pull requests
Currently, we can't test functions that require to modify the arguments passed by reference.
Typically, the
ldap_parse_result
function, but maybe also other functions.This prevents from doing complete tests, especially with paged searches test with multiple pages.
So the goal is to improve theses test functions:
and determine if there is any other LDAP function modifying variables by reference.
The text was updated successfully, but these errors were encountered: