Skip to content

Commit 0ed8525

Browse files
authored
Create README.md
Example of unit testing for one or more SQL Server objects using tSQLt, Docker, and GitHub Actions
1 parent f6da200 commit 0ed8525

1 file changed

Lines changed: 80 additions & 0 deletions

File tree

  • samples/containers/unit-testing/tsqlt-docker
Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
<!-- Always leave the MS logo -->
2+
![](./media/solutions-microsoft-logo-small.png)
3+
4+
# Sample name
5+
6+
Briefly describe what the sample does. Describe the benefit of running this sample.
7+
8+
<!-- Add a diagram if you have it -->
9+
10+
![Alt text](/media/image-name.png "<Friendly name>")
11+
12+
13+
### Contents
14+
15+
[About this sample](#about-this-sample)<br/>
16+
[Before you begin](#before-you-begin)<br/>
17+
[Run this sample](#run-this-sample)<br/>
18+
[Sample details](#sample-details)<br/>
19+
[Disclaimers](#disclaimers)<br/>
20+
[Related links](#related-links)<br/>
21+
22+
23+
<a name=about-this-sample></a>
24+
25+
## About this sample
26+
27+
<!-- Delete the ones that don't apply -->
28+
- **Applies to:** SQL Server 2016 (or higher), Azure SQL Database, Azure SQL Data Warehouse, Parallel Data Warehouse
29+
- **Key features:**
30+
- **Workload:**
31+
- **Programming Language:**
32+
- **Authors:**
33+
- **Update history:**
34+
35+
<a name=before-you-begin></a>
36+
37+
## Before you begin
38+
39+
To run this sample, you need the following prerequisites.
40+
41+
**Software prerequisites:**
42+
43+
<!-- Examples -->
44+
1. SQL Server 2016 (or higher) or an Azure SQL Database
45+
2. Visual Studio 2015 (or higher) with the latest SSDT installed
46+
47+
**Azure prerequisites:**
48+
49+
<!-- Examples -->
50+
1. Permission to create an Azure SQL Database
51+
52+
<a name=run-this-sample></a>
53+
54+
## Run this sample
55+
56+
<!-- Step by step instructions. Here's a few examples -->
57+
58+
1. From Visual Studio, open the **sample.sln** file from the root directory.
59+
60+
2. In Visual Studio Build menu, select **Build Solution** (or Press F6).
61+
62+
3. Step 3 ...
63+
64+
<a name=sample-details></a>
65+
66+
## Sample details
67+
68+
Describe sample details
69+
70+
<a name=disclaimers></a>
71+
72+
## Disclaimers
73+
The code included in this sample is not intended to be ...
74+
75+
<a name=related-links></a>
76+
77+
## Related Links
78+
<!-- Links to more articles. Remember to delete "en-us" from the link path. -->
79+
80+
For more information, see these articles:

0 commit comments

Comments
 (0)