Skip to content

Commit 48dd6dc

Browse files
committed
---
yaml --- r: 7711 b: refs/heads/tswast-patch-1 c: 53db413 h: refs/heads/master i: 7709: c5058b6 7707: e0bf4a3 7703: 3b1df8e 7695: f97863c 7679: 91f58f2
1 parent 3561fd8 commit 48dd6dc

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
@@ -57,5 +57,5 @@ refs/tags/v0.18.0: 9d193c4c4b9d1c6f21515dd8e50836b9194ec9bb
5757
refs/tags/v0.19.0: e67b56e4d8dad5f9a7b38c9b2107c23c828f2ed5
5858
refs/tags/v0.20.0: 839f7fb7156535146aa1cb2c5aadd8d375d854e8
5959
refs/tags/v0.20.1: 370471f437f1f4f68a11e068df5cd6bf39edb1fa
60-
refs/heads/tswast-patch-1: 6b69d597fc163bbe4709f867872fe8578cbd492b
60+
refs/heads/tswast-patch-1: 53db413d9ce028622fe5e6a353e0ff03a47abbf0
6161
refs/heads/pubsub-streaming-pull: 19262b752ee874eb2ca3b950eb2aef44d5a5267b

branches/tswast-patch-1/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)