aboutsummaryrefslogtreecommitdiffstats
path: root/container-integration-test
diff options
context:
space:
mode:
authorgjoranv <gv@oath.com>2018-07-11 16:45:40 +0200
committergjoranv <gv@oath.com>2018-07-12 14:49:01 +0200
commit6780ff8acc220442507334a13a88900481ae5b53 (patch)
tree00ad98e151c3e792e73fefecba613a8def0f762c /container-integration-test
parenta1af151124df05dd6307487dd06fc3c22525edab (diff)
Add more detailed README in md format.
Diffstat (limited to 'container-integration-test')
-rw-r--r--container-integration-test/README1
-rw-r--r--container-integration-test/README.md9
2 files changed, 9 insertions, 1 deletions
diff --git a/container-integration-test/README b/container-integration-test/README
deleted file mode 100644
index c10341c3d8e..00000000000
--- a/container-integration-test/README
+++ /dev/null
@@ -1 +0,0 @@
-Test for JDisc-components
diff --git a/container-integration-test/README.md b/container-integration-test/README.md
new file mode 100644
index 00000000000..8abe3a889ea
--- /dev/null
+++ b/container-integration-test/README.md
@@ -0,0 +1,9 @@
+<!-- Copyright 2018 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
+
+# Integration tests for JDisc components
+
+This module contains integration tests for container components.
+
+Tests that use the `application` framework cannot be added to the same maven
+module as the component itself because that will usually create a cycle in the
+dependency graph.