-
Notifications
You must be signed in to change notification settings - Fork 359
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
Remove testing dependency on openldap #197
Comments
I think your idea is correct. Our friends at Github use ladle for testing apps that they integrate with their repo github-ldap. But on travis, they use openldap. Travis allows you to install packages and numerous ldap related projects have a script, invoked during the install section of the build lifecycle, that installs openldap. Perhaps that is the best first step? |
Yeah, I agrees. Good first step. — On Thu, Mar 19, 2015 at 6:59 PM, Andrew Curley [email protected]
|
👍 |
Attn: @acurley @gustaflindqvist
I'd like to remove the openldap dependency from the test suite. This would allow us to setup on travis and greatly simplify the test suite in general.
I think https://github.com/NUBIC/ladle would facilitate this, but haven't done any significant investigation into it.
Let me know your thoughts...
The text was updated successfully, but these errors were encountered: