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.
Decision snapshot
Is this a fit?
Testing, Writing, Includes SKILL.md, Reusable instructions
Compatibility not yet detected.
Permission behavior not yet detected.
Copy skill directory
2 months ago · MIT license
No specific cautions were detected. Review the source and requested permissions before installing.
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.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement. See how SkillIndex evaluates profiles.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Testing
- Writing
- Testing use cases
- Writing use cases
Declared skill metadata
- Source file: .github/skills/tester.testing-patterns/SKILL.md
These fields retain source and confidence evidence from the indexed SKILL.md.
Compatibility and setup
- Install or run with Copy skill directory
When to use tester.testing-patterns Skill
- Use it for testing.
- Use it for writing.
Built with
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
Verified compatibility and discovery
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.
Project health auto-fetched from the source repository.
Maintain this resource?
Review this source-backed profile, send a correction with evidence, or link to it from your documentation. Claims verify your relationship to the project; profile facts still require source evidence and editorial review.