mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-08 10:34:06 +00:00
Shorten test paths: rename image_specific_tests => by_image
This commit is contained in:
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
@@ -5,7 +5,7 @@ from pathlib import Path
|
||||
from tests.hierarchy.images_hierarchy import IMAGE_PARENT
|
||||
|
||||
THIS_DIR = Path(__file__).parent.resolve()
|
||||
IMAGE_SPECIFIC_TESTS_DIR = THIS_DIR.parent / "image_specific_tests"
|
||||
IMAGE_SPECIFIC_TESTS_DIR = THIS_DIR.parent / "by_image"
|
||||
|
||||
assert IMAGE_SPECIFIC_TESTS_DIR.exists(), f"{IMAGE_SPECIFIC_TESTS_DIR} does not exist."
|
||||
|
||||
|
Reference in New Issue
Block a user