From 75808db17caf8b960b351e3408e74142f4c85aac Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 14 Apr 2024 15:42:30 +0200 Subject: Adding upstream version 2.117.0. Signed-off-by: Daniel Baumann --- .../python/files-python-module-has-overly-generic-name/eval/desc | 4 ++++ .../files-python-module-has-overly-generic-name/eval/hints | 9 +++++++++ 2 files changed, 13 insertions(+) create mode 100644 t/recipes/checks/languages/python/files-python-module-has-overly-generic-name/eval/desc create mode 100644 t/recipes/checks/languages/python/files-python-module-has-overly-generic-name/eval/hints (limited to 't/recipes/checks/languages/python/files-python-module-has-overly-generic-name/eval') diff --git a/t/recipes/checks/languages/python/files-python-module-has-overly-generic-name/eval/desc b/t/recipes/checks/languages/python/files-python-module-has-overly-generic-name/eval/desc new file mode 100644 index 0000000..e2c469a --- /dev/null +++ b/t/recipes/checks/languages/python/files-python-module-has-overly-generic-name/eval/desc @@ -0,0 +1,4 @@ +Testname: files-python-module-has-overly-generic-name +Test-Against: + unknown-file-in-python-module-directory +Check: languages/python diff --git a/t/recipes/checks/languages/python/files-python-module-has-overly-generic-name/eval/hints b/t/recipes/checks/languages/python/files-python-module-has-overly-generic-name/eval/hints new file mode 100644 index 0000000..b3b6ee6 --- /dev/null +++ b/t/recipes/checks/languages/python/files-python-module-has-overly-generic-name/eval/hints @@ -0,0 +1,9 @@ +python3-foo (binary): python-package-missing-depends-on-python +python3-foo (binary): python-module-has-overly-generic-name (tests) [usr/lib/python3/dist-packages/tests/__init__.py] +python3-foo (binary): python-module-has-overly-generic-name (tests) [usr/lib/python3/dist-packages/tests.py] +python3-foo (binary): python-module-has-overly-generic-name (test) [usr/lib/python3/dist-packages/test/__init__.py] +python3-foo (binary): python-module-has-overly-generic-name (site) [usr/lib/python3/dist-packages/site.py] +python3-foo (binary): python-module-has-overly-generic-name (examples) [usr/lib/python3/dist-packages/examples/__init__.py] +python3-foo (binary): python-module-has-overly-generic-name (example) [usr/lib/python3/dist-packages/example/__init__.py] +python3-foo (binary): python-module-has-overly-generic-name (docs) [usr/lib/python3/dist-packages/docs/__init__.py] +python3-foo (binary): python-module-has-overly-generic-name (doc) [usr/lib/python3/dist-packages/doc/__init__.py] -- cgit v1.2.3