From 33de2ed86dd3e3cc5b43b9556925a36ab6f94ada Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mille=20Bostr=C3=B6m?= Date: Wed, 1 Jan 2020 22:20:35 +0100 Subject: [PATCH] Fixed description and preview image in manifest (#22) --- .../source.extension.vsixmanifest | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/Testura.Mutation.VsExtension/source.extension.vsixmanifest b/src/Testura.Mutation.VsExtension/source.extension.vsixmanifest index 4d42b83..d0c1156 100644 --- a/src/Testura.Mutation.VsExtension/source.extension.vsixmanifest +++ b/src/Testura.Mutation.VsExtension/source.extension.vsixmanifest @@ -3,16 +3,11 @@ Testura.Mutation - Are you looking for ways to improve the quality and test coverage of your unit tests? Then Testura and mutation testing may be something for you. - -Testura is a mutation testing extension for visual studio that verifies the quality of your unit tests by injecting different mutations in your production code and then checks whether your unit tests catch them. If your unit tests: - -- Fail it means that your tests found the mutation and you have good coverage. -- Pass it means that the mutant survived and you do not have sufficient coverage of the specific functionality. + Testura is a mutation testing extension for visual studio that verifies the quality of your unit tests by injecting different mutations in your production code and then checks whether your unit tests catch them. https://github.com/Testura/Testura.Mutation https://github.com/Testura/Testura.Mutation/releases Resources\bigIcon.png - MutationWindow.PNG + Resources\bigIcon.png Mutation tesing unit tests