You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tamaya.apache.org by pl...@apache.org on 2017/03/18 20:17:09 UTC

incubator-tamaya-extensions git commit: [TAMAYA-258] Added notice document how to run PIT.

Repository: incubator-tamaya-extensions
Updated Branches:
  refs/heads/master 6bb367ee8 -> ebc994124


[TAMAYA-258] Added notice document how to run PIT.


Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/commit/ebc99412
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/tree/ebc99412
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/diff/ebc99412

Branch: refs/heads/master
Commit: ebc9941247a5a7124374668699b09b1f96e20361
Parents: 6bb367e
Author: Oliver B. Fischer <pl...@apache.org>
Authored: Sat Mar 18 21:16:08 2017 +0100
Committer: Oliver B. Fischer <pl...@apache.org>
Committed: Sat Mar 18 21:16:08 2017 +0100

----------------------------------------------------------------------
 running-mutation-tests.adoc | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/blob/ebc99412/running-mutation-tests.adoc
----------------------------------------------------------------------
diff --git a/running-mutation-tests.adoc b/running-mutation-tests.adoc
new file mode 100644
index 0000000..37f3ba6
--- /dev/null
+++ b/running-mutation-tests.adoc
@@ -0,0 +1,19 @@
+= How to run mutation tests
+
+The Tamaya Extensions projects supports
+https://en.wikipedia.org/wiki/Mutation_testing[mutation testing^] by
+the integration of http://pitest.org/quickstart/maven/[PIT^]
+to validate the quality and effectivness of our tests.
+
+== Running PIT
+
+PIT is not part of the normal build process of Tamaya Extensions. Therefor it must
+be executed manually by executing the following command.
+
+[source]
+----
+> mvn org.pitest:pitest-maven:mutationCoverage
+----
+
+
+