Commit 6ba0d594 authored by Peter Parente's avatar Peter Parente

Add placeholder tests for base-notebook

parent 2b75a5af
# 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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment