Add run_command script in tests (#1931)

* Add run_command script in tests

* Fix

* Add timeout back
This commit is contained in:
Ayaz Salikhov
2023-07-03 00:34:06 +04:00
committed by GitHub
parent 28c5a1bf1d
commit 2343fdba34
9 changed files with 50 additions and 76 deletions

View 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")