aboutsummaryrefslogtreecommitdiff
path: root/gazelle/python/testdata/with_third_party_requirements/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'gazelle/python/testdata/with_third_party_requirements/README.md')
-rw-r--r--gazelle/python/testdata/with_third_party_requirements/README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/gazelle/python/testdata/with_third_party_requirements/README.md b/gazelle/python/testdata/with_third_party_requirements/README.md
new file mode 100644
index 0000000..a7ef7a3
--- /dev/null
+++ b/gazelle/python/testdata/with_third_party_requirements/README.md
@@ -0,0 +1,7 @@
+# With third-party requirements
+
+This test case asserts that
+* a `py_library` is generated with dependencies
+extracted from its sources and a `py_binary` is generated embeding the
+`py_library` and inherits its dependencies, without specifying the `deps` again.
+* when a third-party library and a module in the same package having the same name, the one in the same package takes precedence.