Exemplo n.º 1
0
def test_run_ctl_directly_set():
    nmstatectl.main()
Exemplo n.º 2
0
def test_run_ctl_directly_show_only_empty(mock_stdout):
    nmstatectl.main()
    assert mock_stdout.getvalue() == EMPTY_YAML_STATE
Exemplo n.º 3
0
def test_run_ctl_directly_show_json_only(mock_stdout):
    nmstatectl.main()
    assert mock_stdout.getvalue() == LO_JSON_STATE
Exemplo n.º 4
0
def test_run_ctl_directly_show_empty():
    nmstatectl.main()