def test_show_config_json_cli():
    out, err, ec = get_output_error_code([sys.executable, "-m", __name__, "--show-config-json"])
    assert ec == 0
    assert "show_config" not in out
Esempio n. 2
0
def test_show_config_json_cli():
    out, err, ec = get_output_error_code(
        [sys.executable, '-m', __name__, '--show-config-json'])
    assert ec == 0
    assert 'show_config' not in out
Esempio n. 3
0
def test_show_config_json_cli():
    out, err, ec = get_output_error_code([sys.executable, '-m', __name__, '--show-config-json'])
    assert ec == 0
    assert 'show_config' not in out