Skip to content

Commit 09ab83c

Browse files
committed
Unit Testing
1 parent b2e072e commit 09ab83c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

content/docs/guides/testing/unit.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -955,22 +955,30 @@ All the tests passed!
955955
## Full Example
956956

957957
{{% choosable language "typescript" %}}
958+
958959
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).
959960

960961
 
961962
{{% /choosable %}}
963+
962964
{{% choosable language "python" %}}
965+
963966
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).
964967

965968
 
966969
{{% /choosable %}}
970+
967971
{{% choosable language "go" %}}
972+
968973
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).
969974

970975
 
971976
{{% /choosable %}}
977+
972978
{{% choosable language "csharp" %}}
979+
973980
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).
974981

975982
 
983+
976984
{{% /choosable %}}

0 commit comments

Comments
 (0)