aboutsummaryrefslogtreecommitdiff
path: root/gazelle/python/testdata/python_target_with_test_in_name/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'gazelle/python/testdata/python_target_with_test_in_name/README.md')
-rw-r--r--gazelle/python/testdata/python_target_with_test_in_name/README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/gazelle/python/testdata/python_target_with_test_in_name/README.md b/gazelle/python/testdata/python_target_with_test_in_name/README.md
new file mode 100644
index 0000000..8b592e1
--- /dev/null
+++ b/gazelle/python/testdata/python_target_with_test_in_name/README.md
@@ -0,0 +1,3 @@
+# Python target with test in name
+
+Cover the case where a python file either starts with `test_` or ends with `_test`, but is not an actual test.