summaryrefslogtreecommitdiffstats
path: root/container-integration-test/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'container-integration-test/README.md')
-rw-r--r--container-integration-test/README.md9
1 files changed, 9 insertions, 0 deletions
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.