Favicon of tester.testing-patterns

tester.testing-patterns Skill

AI Agent SkillC#Open source

xUnit testing patterns and conventions for DataFactory.MCP. Use when writing tests, fixing test failures, or adding test coverage. Published by microsoft in DataFactory.MCP.

What is tester.testing-patterns Skill?

xUnit testing patterns and conventions for DataFactory.MCP. Use when writing tests, fixing test failures, or adding test coverage. Published by microsoft in DataFactory.MCP. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.

Trust signal
95/100
Maintenance signal
90/100
Adoption signal
39/100

Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.

Key capabilities

  • Includes SKILL.md support
  • Reusable instructions support
  • Testing
  • Writing
  • Testing use cases
  • Writing use cases

Technical details

Copy skill directory
  • Install or run with Copy skill directory

When to use tester.testing-patterns Skill

  • Use it for testing.
  • Use it for writing.

Built with

C#Copy skill directory

Editorial notes

Source

  • Creator: microsoft
  • Repository: microsoft/DataFactory.MCP
  • Skill file: .github/skills/tester.testing-patterns/SKILL.md

What it does

xUnit testing patterns and conventions for DataFactory.MCP. Use when writing tests, fixing test failures, or adding test coverage.

Skill instructions

Testing in DataFactory.MCP Test Stack - Framework: xUnit ([Fact], [Theory], [InlineData]) - Runner: xunit.runner.visualstudio - Skippable: Xunit.SkippableFact ([SkippableFact], Skip.If(...)) - Coverage: coverlet - Target: net10.0 Test Location All tests live in DataFactory.MCP.Tests/. Commands | Task | Command | |------|---------| | Run all | dotnet test | | Verbose | dotnet test -v normal | | Filter | dotnet test --filter "FullyQualifiedName~TestName" | | Coverage | dotnet test --collect:"XPlat Code Coverage" | Naming Convention MethodNameScenarioExpectedResult Examples: - AuthenticateWithValidCredentialsReturnsToken - ListGatewaysWhenNotAuthenticatedThrowsException - CreateConnectionWithInvalidTypeReturnsError Test Patterns Unit Test (Arrange-Act-Assert) csharp public class MyServiceTests { [Fact] public void MethodNameScenarioExpectedResult() { // Arrange var service = new MyService(); // Act var result = service.DoSomething(); // Assert Assert.NotNull(result); Assert.Equal("expecte

Explore related resources

Frequently asked questions

What is tester.testing-patterns?

tester.testing-patterns is a open-source AI agent skill with Copy skill directory. xUnit testing patterns and conventions for DataFactory.MCP. Use when writing tests, fixing test failures, or adding test coverage.

Who is tester.testing-patterns best for?

tester.testing-patterns is best for reusing agent instructions, scripts, and references, testing workflows, writing workflows.

How do I install tester.testing-patterns?

Install or run tester.testing-patterns using Copy skill directory. Check tester.testing-patterns for the latest setup command.

Is tester.testing-patterns actively maintained?

tester.testing-patterns may need a closer maintenance check before production use.

Share:

Stars
38
Forks
16
Last commit
14 days ago
Repository age
11 months
License
MIT

Auto-fetched from GitHub.

Ad
Favicon

 

  
 

Similar to tester.testing-patterns