mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-15 14:02:58 +00:00
Add placeholder tests for base-notebook
This commit is contained in:
43
base-notebook/test/test_container_options.py
Normal file
43
base-notebook/test/test_container_options.py
Normal file
@@ -0,0 +1,43 @@
|
||||
# Copyright (c) Jupyter Development Team.
|
||||
# Distributed under the terms of the Modified BSD License.
|
||||
import pytest
|
||||
|
||||
|
||||
@pytest.mark.skip('placeholder')
|
||||
def test_cli_args():
|
||||
pass
|
||||
|
||||
|
||||
@pytest.mark.skip('placeholder')
|
||||
def test_unsigned_ssl():
|
||||
pass
|
||||
|
||||
@pytest.mark.skip('placeholder')
|
||||
def test_uid_change():
|
||||
pass
|
||||
|
||||
|
||||
@pytest.mark.skip('placeholder')
|
||||
def test_gid_change():
|
||||
pass
|
||||
|
||||
|
||||
@pytest.mark.skip('placeholder')
|
||||
def test_group_add():
|
||||
pass
|
||||
|
||||
|
||||
@pytest.mark.skip('placeholder')
|
||||
def test_sudo():
|
||||
pass
|
||||
|
||||
|
||||
@pytest.mark.skip('placeholder')
|
||||
def test_host_mount():
|
||||
pass
|
||||
|
||||
|
||||
@pytest.mark.skip('placeholder')
|
||||
def test_alt_command():
|
||||
pass
|
||||
|
Reference in New Issue
Block a user