Skip to content

Commit 5a556f5

Browse files
committed
Shorten test paths: rename image_specific_tests => by_image
1 parent 24fe890 commit 5a556f5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+1
-1
lines changed

tests/hierarchy/get_test_dirs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from tests.hierarchy.images_hierarchy import IMAGE_PARENT
66

77
THIS_DIR = Path(__file__).parent.resolve()
8-
IMAGE_SPECIFIC_TESTS_DIR = THIS_DIR.parent / "image_specific_tests"
8+
IMAGE_SPECIFIC_TESTS_DIR = THIS_DIR.parent / "by_image"
99

1010
assert IMAGE_SPECIFIC_TESTS_DIR.exists(), f"{IMAGE_SPECIFIC_TESTS_DIR} does not exist."
1111

0 commit comments

Comments
 (0)