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

Remove testing dependency on openldap #197

Open
cschiewek opened this issue Mar 19, 2015 · 3 comments
Open

Remove testing dependency on openldap #197

cschiewek opened this issue Mar 19, 2015 · 3 comments

Comments

@cschiewek
Copy link
Owner

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...

@acurley
Copy link
Collaborator

acurley commented Mar 19, 2015

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.
https://github.com/github/github-ldap/blob/master/.travis.yml and
https://github.com/github/github-ldap/blob/master/script/install-openldap

Perhaps that is the best first step?

@gustaflindqvist
Copy link
Collaborator

Yeah, I agrees. Good first step. 


Sent from Mailbox

On Thu, Mar 19, 2015 at 6:59 PM, Andrew Curley [email protected]
wrote:

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.
https://github.com/github/github-ldap/blob/master/.travis.yml and
https://github.com/github/github-ldap/blob/master/script/install-openldap

Perhaps that is the best first step?

Reply to this email directly or view it on GitHub:
#197 (comment)

@cschiewek
Copy link
Owner Author

👍

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

No branches or pull requests

3 participants