aliang / google_contacts_api

Google Contacts API for ruby, unofficial
Other
46 stars 26 forks source link

Set up testing with live account #16

Open aliang opened 9 years ago

aliang commented 9 years ago

You could pass the Google Account you want to use and possibly password as environment variables, and it could run a test on Google's servers.

This is to protect against API changes on Google's end

draffensperger commented 9 years ago

I really like this idea! For my PR yesterday, I actually used my whole existing application to test it, would have been nice to have a micro test environment. No promises on a time frame, but I'd be happy to work on that next time I get a chance to do work on this gem.