Add tests for IJulia kernel location

pull/622/head
David Anthoff 2019-03-13 09:14:05 -07:00
rodzic 56245a8281
commit 8f29686fb6
6 zmienionych plików z 48 dodań i 0 usunięć

Wyświetl plik

@ -17,4 +17,12 @@ catch
exit(1)
end
# Verify that kernels are not installed in home directory (issue #620)
try
using IJulia
@assert IJulia.kerneldir() == "/srv/conda/share/jupyter/kernels"
catch
exit(1)
end
exit(0)

Wyświetl plik

@ -17,4 +17,12 @@ catch
exit(1)
end
# Verify that kernels are not installed in home directory (issue #620)
try
using IJulia
@assert IJulia.kerneldir() == "/srv/conda/share/jupyter/kernels"
catch
exit(1)
end
exit(0)

Wyświetl plik

@ -14,4 +14,12 @@ catch
exit(1)
end
# Verify that kernels are not installed in home directory (issue #620)
try
using IJulia
@assert IJulia.kerneldir() == "/srv/conda/share/jupyter/kernels"
catch
exit(1)
end
exit(0)

Wyświetl plik

@ -14,4 +14,12 @@ catch
exit(1)
end
# Verify that kernels are not installed in home directory (issue #620)
try
using IJulia
@assert IJulia.kerneldir() == "/srv/conda/share/jupyter/kernels"
catch
exit(1)
end
exit(0)

Wyświetl plik

@ -14,4 +14,12 @@ catch
exit(1)
end
# Verify that kernels are not installed in home directory (issue #620)
try
using IJulia
@assert IJulia.kerneldir() == "/srv/conda/share/jupyter/kernels"
catch
exit(1)
end
exit(0)

Wyświetl plik

@ -14,4 +14,12 @@ catch
exit(1)
end
# Verify that kernels are not installed in home directory (issue #620)
try
using IJulia
@assert IJulia.kerneldir() == "/srv/conda/share/jupyter/kernels"
catch
exit(1)
end
exit(0)