mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-11 12:02:56 +00:00
updating test description
This commit is contained in:
@@ -189,8 +189,8 @@ def test_group_add(container, tmpdir):
|
|||||||
assert "uid=1010 gid=1010 groups=1010,100(users)" in logs
|
assert "uid=1010 gid=1010 groups=1010,100(users)" in logs
|
||||||
|
|
||||||
def test_container_not_delete_bind_mount(container, tmp_path):
|
def test_container_not_delete_bind_mount(container, tmp_path):
|
||||||
"""Container should not delete files when using the -v bind mount flag
|
"""Container should not delete host system files when using the (docker)
|
||||||
and mappint to /home/jovyan.
|
-v bind mount flag and mapping to /home/jovyan.
|
||||||
"""
|
"""
|
||||||
d = tmp_path / "data"
|
d = tmp_path / "data"
|
||||||
d.mkdir()
|
d.mkdir()
|
||||||
|
Reference in New Issue
Block a user