tkopecek / koji

Forked from koji 7 years ago
Clone

c02eb73 update cli tests

Authored and Committed by tkopecek 6 years ago
30 files changed. 650 lines added. 678 lines removed.
Makefile
file modified
+2 -2
koji/plugin.py
file modified
+9 -0
plugins/cli/runroot.py
file modified
+9 -1
plugins/cli/save_failed_tree.py
file modified
+7 -2
tests/test_cli/data/list-commands-admin.txt
file modified
+0 -1
tests/test_cli/data/list-commands.txt
file modified
+0 -2
tests/test_cli/test_add_group.py
file modified
+18 -22
tests/test_cli/test_add_host.py
file modified
+18 -22
tests/test_cli/test_add_host_to_channel.py
file modified
+21 -24
tests/test_cli/test_add_pkg.py
file modified
+19 -21
tests/test_cli/test_block_pkg.py
file modified
+18 -21
tests/test_cli/test_build.py
file modified
+117 -112
tests/test_cli/test_chain_build.py
file modified
+68 -67
tests/test_cli/test_edit_host.py
file modified
+18 -22
tests/test_cli/test_edit_tag.py
file modified
+13 -16
tests/test_cli/test_import_comps.py
file modified
+48 -48
tests/test_cli/test_list_channels.py
file modified
+9 -18
tests/test_cli/test_list_commands.py
file modified
+1 -1
tests/test_cli/test_maven_build.py
file modified
+79 -76
tests/test_cli/test_remove_channel.py
file modified
+15 -18
tests/test_cli/test_remove_host_from_channel.py
file modified
+15 -19
tests/test_cli/test_remove_pkg.py
file modified
+21 -25
tests/test_cli/test_rename_channel.py
file modified
+12 -15
tests/test_cli/test_running_in_bg.py
file modified
+8 -11
tests/test_cli/test_unique_path.py
file modified
+4 -7
tests/test_cli/test_upload_progress_callback.py
file modified
+19 -23
tests/test_cli/test_watch_tasks.py
file modified
+13 -24
tests/test_plugins/load_plugin.py
file added
+28
tests/test_plugins/test_runroot_cli.pytests/test_cli/test_runroot.py
file renamed
+8 -16
tests/test_plugins/test_save_failed_tree_cli.pytests/test_cli/test_save_failed_tree.py
file renamed
+33 -42
    update cli tests
    
        
file modified
+2 -2
file modified
+9 -0
file modified
+9 -1
file modified
+18 -22
file modified
+19 -21
file modified
+117 -112
file modified
+13 -16
tests/test_plugins/test_runroot_cli.py tests/test_cli/test_runroot.py
file renamed
+8 -16
tests/test_plugins/test_save_failed_tree_cli.py tests/test_cli/test_save_failed_tree.py
file renamed
+33 -42