On 2019-01-22 13:34:26, SREZIC wrote:
Show quoted text> The test suite started to fail since some days. All requests are now
> answered with a status:REQUEST_DENIED by Google, and an explanation
> that an API key is missing or invalid.
>
> Possible actions:
> - add API key support, but currently I cannot test this
> - deprecate/abandon/... this module
The test suite should be able to run some tests without using the network.. say by simulating the server side. And then the tests that use the *real* network should be marked with Test::RequiresInternet: this allows the user to avoid using the network for whatever reason, by setting NO_NETWORK_TESTING, and also checks that the desired site is reachable before attempting to use it.