aboutsummaryrefslogtreecommitdiff
path: root/gazelle/python/testdata/binary_without_entrypoint/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'gazelle/python/testdata/binary_without_entrypoint/README.md')
-rw-r--r--gazelle/python/testdata/binary_without_entrypoint/README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/gazelle/python/testdata/binary_without_entrypoint/README.md b/gazelle/python/testdata/binary_without_entrypoint/README.md
new file mode 100644
index 0000000..e91250d
--- /dev/null
+++ b/gazelle/python/testdata/binary_without_entrypoint/README.md
@@ -0,0 +1,4 @@
+# Binary without entrypoint
+
+This test case asserts that when there is no __main__.py, a py_binary is generated per main module, unless a main
+module main collides with existing target name.