about summary refs log tree commit diff stats
path: root/tests/test_cmd_account.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2013-12-16 00:12:07 +0000
committerJames Booth <boothj5@gmail.com>2013-12-16 00:12:07 +0000
commite14b4ef558ccec2f77a42a192b74b0eba0cf541a (patch)
tree226cc465027ae3aeab2c6c03872f6e535e2fa615 /tests/test_cmd_account.h
parent3c0bbed7178168d9be2cc6a6e120994ba2d0b96b (diff)
downloadprofani-tty-e14b4ef558ccec2f77a42a192b74b0eba0cf541a.tar.gz
Added tests for "/account rename"
Diffstat (limited to 'tests/test_cmd_account.h')
-rw-r--r--tests/test_cmd_account.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/test_cmd_account.h b/tests/test_cmd_account.h
index f04485bb..ca72af36 100644
--- a/tests/test_cmd_account.h
+++ b/tests/test_cmd_account.h
@@ -15,3 +15,8 @@ void cmd_account_disable_shows_usage_when_no_arg(void **state);
 void cmd_account_disable_disables_account(void **state);
 void cmd_account_disable_shows_message_when_disabled(void **state);
 void cmd_account_disable_shows_message_when_account_doesnt_exist(void **state);
+void cmd_account_rename_shows_usage_when_no_args(void **state);
+void cmd_account_rename_shows_usage_when_one_arg(void **state);
+void cmd_account_rename_renames_account(void **state);
+void cmd_account_rename_shows_message_when_renamed(void **state);
+void cmd_account_rename_shows_message_when_not_renamed(void **state);