Added cmd_account test

This commit is contained in:
James Booth
2013-12-15 22:28:22 +00:00
parent 6d75ebb8e9
commit 683da12c3a
5 changed files with 62 additions and 1 deletions

2
tests/test_cmd_account.h Normal file
View File

@@ -0,0 +1,2 @@
void cmd_account_shows_usage_when_not_connected_and_no_args(void **state);
void cmd_account_shows_account_when_connected_and_no_args(void **state);