I'm trying to nosetest my little Python script that uses the Google Translate API.
Where do I have to install the API or what do I have to do so nosetest stops telling me
ImportError: No module named apiclient.discovery
The script runs fine, I import it as you would and installed it with pip, but I can't find any info on how to make this work with nosetest.
Any help would be greatly appreciated! :)