1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-23 21:45:30 +00:00
profanity/tests
2015-02-08 20:59:51 +00:00
..
config Fix current tests 2015-01-07 21:03:51 -06:00
log Added stubbed implementations 2014-12-23 19:26:45 +00:00
otr Removed old mocks 2014-12-25 00:57:02 +00:00
ui Simplified autocompleters and command history 2015-01-16 22:50:40 +00:00
xmpp Simplified autocompleters and command history 2015-01-16 22:50:40 +00:00
helpers.c Fixed tests 2015-01-06 21:56:14 +00:00
helpers.h Added chat session tests 2015-01-06 21:22:09 +00:00
test_autocomplete.c Renamed autocomplete function to get list 2014-09-26 00:06:50 +01:00
test_autocomplete.h Added missing files 2013-12-14 16:17:53 +00:00
test_chat_session.c Fixed tests 2015-01-11 23:09:07 +00:00
test_chat_session.h Fixed chat session tests 2015-01-10 00:25:27 +00:00
test_cmd_account.c Add unit tests for eval_password 2015-01-12 19:32:26 -06:00
test_cmd_account.h Add unit tests for eval_password 2015-01-12 19:32:26 -06:00
test_cmd_alias.c Added cmd_alias tests 2014-12-24 20:11:24 +00:00
test_cmd_alias.h Show message when alias already exists in /alias add 2014-01-23 22:38:12 +00:00
test_cmd_bookmark.c Added cmd_bookmark tests 2014-12-24 20:41:28 +00:00
test_cmd_bookmark.h Added test for jid validation on /bookmark add 2014-08-18 21:25:52 +01:00
test_cmd_connect.c Fix current tests 2015-01-07 21:03:51 -06:00
test_cmd_connect.h Refactored ProfAccount creation 2014-01-22 22:22:01 +00:00
test_cmd_disconnect.c Fixed tests 2015-01-11 23:09:07 +00:00
test_cmd_disconnect.h Added test to ensure chat sessions cleared on cmd_disconnect 2015-01-10 01:06:52 +00:00
test_cmd_join.c Fix current tests 2015-01-07 21:03:51 -06:00
test_cmd_join.h Test for password usage on /join 2014-03-08 21:50:55 +00:00
test_cmd_otr.c Merge remote-tracking branch 'peterlvilim/keyring' 2015-01-13 00:41:56 +00:00
test_cmd_otr.h Removed /duck command 2014-10-18 00:07:48 +01:00
test_cmd_rooms.c fix tests 2015-01-12 22:39:12 -06:00
test_cmd_rooms.h Added cmd_connect tests 2013-12-15 18:08:26 +00:00
test_cmd_roster.c Added cmd_roster tests 2014-12-24 23:59:26 +00:00
test_cmd_roster.h Added /roster clearnick command 2014-03-16 17:53:41 +00:00
test_cmd_statuses.c Added cmd_statuses tests 2014-12-25 00:02:18 +00:00
test_cmd_statuses.h Command '/statuses muc' now allows 'all', 'online' and 'none' settings 2014-03-15 22:25:15 +00:00
test_cmd_sub.c Added cmd_sub tests 2014-12-25 00:05:13 +00:00
test_cmd_sub.h Test usage shown for /sub 2013-12-27 22:12:39 +00:00
test_cmd_win.c Added cmd_win tests 2014-12-25 00:08:46 +00:00
test_cmd_win.h Added missing files, refactored ui_switch_win to check win exists 2014-04-01 23:54:26 +01:00
test_common.c Moved quote stripper to common, added tests 2015-02-08 20:59:51 +00:00
test_common.h Moved quote stripper to common, added tests 2015-02-08 20:59:51 +00:00
test_contact.c Fixed tests 2014-09-21 00:09:17 +01:00
test_contact.h Added contact tests 2014-01-05 01:17:11 +00:00
test_form.c Removed old mocks 2014-12-25 00:57:02 +00:00
test_form.h Added tests for form_remove_text_multi_value 2014-09-15 20:55:53 +01:00
test_history.c Added history and jid tests to cmocka 2013-12-14 16:35:56 +00:00
test_history.h Added history and jid tests to cmocka 2013-12-14 16:35:56 +00:00
test_jid.c Refactored parsing caps 2014-11-26 21:59:36 +00:00
test_jid.h Refactored parsing caps 2014-11-26 21:59:36 +00:00
test_muc.c Tidied muc module 2014-09-28 22:09:20 +01:00
test_muc.h Tidied muc module 2014-09-28 22:09:20 +01:00
test_parser.c Simplified parse_options to take first option as argument 2014-04-15 00:27:55 +01:00
test_parser.h Check for duplicate options in option parser 2014-04-14 23:01:57 +01:00
test_preferences.c Command '/statuses muc' now allows 'all', 'online' and 'none' settings 2014-03-15 22:25:15 +00:00
test_preferences.h Command '/statuses muc' now allows 'all', 'online' and 'none' settings 2014-03-15 22:25:15 +00:00
test_roster_list.c Renamed roster autocomplete functions 2014-11-22 21:13:33 +00:00
test_roster_list.h Removed roster_list tests covered by contact tests 2014-01-05 01:37:30 +00:00
test_server_events.c Fixed tests 2015-01-11 23:09:07 +00:00
test_server_events.h Added tests for clearing chat sessions on lost connection 2015-01-10 01:17:38 +00:00
testsuite.c Moved quote stripper to common, added tests 2015-02-08 20:59:51 +00:00