mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-11 20:12:58 +00:00
Add run_command script in tests (#1931)
* Add run_command script in tests * Fix * Add timeout back
This commit is contained in:
8
tests/datascience-notebook/test_julia_datascience.py
Normal file
8
tests/datascience-notebook/test_julia_datascience.py
Normal file
@@ -0,0 +1,8 @@
|
||||
# Copyright (c) Jupyter Development Team.
|
||||
# Distributed under the terms of the Modified BSD License.
|
||||
from tests.conftest import TrackedContainer
|
||||
from tests.run_command import run_command
|
||||
|
||||
|
||||
def test_julia(container: TrackedContainer) -> None:
|
||||
run_command(container, "julia --version")
|
Reference in New Issue
Block a user