mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-09 02:54:05 +00:00
Shorten test paths: rename image_specific_tests => by_image
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
# Copyright (c) Jupyter Development Team.
|
||||
# Distributed under the terms of the Modified BSD License.
|
||||
from tests.utils.run_command import run_command
|
||||
from tests.utils.tracked_container import TrackedContainer
|
||||
|
||||
|
||||
def test_julia(container: TrackedContainer) -> None:
|
||||
run_command(container, "julia --version")
|
Reference in New Issue
Block a user