Skip to content

Commit fb4adaa

Browse files
committed
---
yaml --- r: 5263 b: refs/heads/master c: 53db413 h: refs/heads/master i: 5261: 3119d07 5259: e145199 5255: aa2c460 5247: 4aac721
1 parent c2edc1c commit fb4adaa

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 6b69d597fc163bbe4709f867872fe8578cbd492b
2+
refs/heads/master: 53db413d9ce028622fe5e6a353e0ff03a47abbf0
33
refs/heads/travis: dae77e558b884bc1b165155482d76c8e40b0fca4
44
refs/heads/gh-pages: 229631582f8957646f81e92ae5a326504f48ee5b
55
refs/tags/0.0.9: 22f1839238f66c39e67ed4dfdcd273b1ae2e8444

trunk/TESTING.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ This library provides tools to help write tests for code that uses the following
55
- [BigQuery] (#testing-code-that-uses-bigquery)
66
- [Compute] (#testing-code-that-uses-compute)
77
- [Datastore] (#testing-code-that-uses-datastore)
8+
- [DNS] (#testing-code-that-uses-dns)
89
- [Logging] (#testing-code-that-uses-logging)
910
- [PubSub] (#testing-code-that-uses-pubsub)
1011
- [Resource Manager] (#testing-code-that-uses-resource-manager)
@@ -112,6 +113,10 @@ We recommend that you start the emulator on the remote machine using the [Google
112113
gcloud beta emulators datastore start --host-port <hostname of machine>:<port>
113114
```
114115

116+
### Testing code that uses DNS
117+
118+
Currently, there isn't an emulator for DNS. An alternative is to create a test project.
119+
115120
### Testing code that uses Logging
116121

117122
Currently, there isn't an emulator for Stackdriver Logging, so an alternative is to create a test

0 commit comments

Comments
 (0)