After help working on PHP SDK. We need integration tests in core/integration.
Steps are:
- Add
core/integration/module_dotnet_test.go.
- Add
DotNetSuite type to the file.
- Add
TestDotNet to the file.
- Add sample
func (DotNetSuite) TestInit(context.Context, t *testing.T) and run dagger call test specific --run=TestDotNet should works.
After help working on PHP SDK. We need integration tests in
core/integration.Steps are:
core/integration/module_dotnet_test.go.DotNetSuitetype to the file.TestDotNetto the file.func (DotNetSuite) TestInit(context.Context, t *testing.T)and rundagger call test specific --run=TestDotNetshould works.