You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/docs/guides/testing/unit.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -955,22 +955,30 @@ All the tests passed!
955
955
## Full Example
956
956
957
957
{{% choosable language "typescript" %}}
958
+
958
959
The full code for this guide is available in the examples repository: [Unit Tests in TypeScript](https://github.com/pulumi/examples/tree/74db62a03d013c2854d2cf933c074ea0a3bbf69d/testing-unit-ts).
959
960
960
961
961
962
{{% /choosable %}}
963
+
962
964
{{% choosable language "python" %}}
965
+
963
966
The full code for this guide is available in the examples repository: [Unit Tests in Python](https://github.com/pulumi/examples/tree/74db62a03d013c2854d2cf933c074ea0a3bbf69d/testing-unit-py).
964
967
965
968
966
969
{{% /choosable %}}
970
+
967
971
{{% choosable language "go" %}}
972
+
968
973
The full code for this guide is available in the examples repository: [Unit Tests in Go](https://github.com/pulumi/examples/tree/74db62a03d013c2854d2cf933c074ea0a3bbf69d/testing-unit-go).
969
974
970
975
971
976
{{% /choosable %}}
977
+
972
978
{{% choosable language "csharp" %}}
979
+
973
980
The full code for this guide is available in the examples repository: [Unit Tests in C#](https://github.com/pulumi/examples/tree/74db62a03d013c2854d2cf933c074ea0a3bbf69d/testing-unit-cs).
0 commit comments