Skip to content

Commit

Permalink
dotnet: Add test case generation (#226)
Browse files Browse the repository at this point in the history
For: #183
  • Loading branch information
karthiknadig committed Jun 27, 2023
1 parent adfe63a commit 1295ec2
Show file tree
Hide file tree
Showing 6 changed files with 474 additions and 11 deletions.
3 changes: 2 additions & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@
"options": [
"python",
"rust",
"dotnet"
"dotnet",
"testdata"
]
}
]
Expand Down
4 changes: 4 additions & 0 deletions generator-plugins/testdata/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.

from .testdata_utils import generate_from_spec as generate
Loading

0 comments on commit 1295ec2

Please sign in to comment.