1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00

Integration Testing framework (#46)

* integration test started

* details

* More tests.

* idn tests and punycode (not tested fully because I'm on an aiplane)

* test for dual provider compatibility

* readme for tests

* vendor idna

* fix casing
This commit is contained in:
Craig Peterson
2017-03-16 22:42:53 -07:00
committed by GitHub
parent 0906f5c383
commit 101916a6e4
12 changed files with 547 additions and 8 deletions

View File

@@ -26,6 +26,8 @@ For Google cloud authentication, DNSControl requires a JSON 'Service Account Key
}
{% endhighlight %}
**Note**: The `project_id`, `private_key`, and `client_email`, are the only fields that are strictly required, but it is sometimes easier to just paste the entire json object in. Either way is fine.
See [the Activation section](#activation) for some tips on obtaining these credentials.
## Metadata