aboutsummaryrefslogtreecommitdiff
path: root/gazelle/python/testdata/with_third_party_requirements_from_imports/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'gazelle/python/testdata/with_third_party_requirements_from_imports/README.md')
-rw-r--r--gazelle/python/testdata/with_third_party_requirements_from_imports/README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/gazelle/python/testdata/with_third_party_requirements_from_imports/README.md b/gazelle/python/testdata/with_third_party_requirements_from_imports/README.md
new file mode 100644
index 0000000..c50a1ca
--- /dev/null
+++ b/gazelle/python/testdata/with_third_party_requirements_from_imports/README.md
@@ -0,0 +1,15 @@
+# With third-party requirements (from imports)
+
+This test case covers imports of the form:
+
+```python
+from my_pip_dep import foo
+```
+
+for example
+
+```python
+from google.cloud import aiplatform, storage
+```
+
+See https://github.com/bazelbuild/rules_python/issues/709 and https://github.com/sramirezmartin/gazelle-toy-example.