Eklavya Sharma
|
801bcdd956
|
zerver/tests/tests.py: Fix non-deterministic failure.
Replace occurences of list(d.keys()) by sorted(d.keys()).
|
2016-07-09 17:54:54 -07:00 |
|
Eklavya Sharma
|
2f2e543a0e
|
zerver/tests/tests.py: Replace assertItemsEqual.
Replace assertItemsEqual(a, b) by assertEqual(sorted(a), sorted(b))
because assertItemsEqual has been removed in python 3.
|
2016-07-09 17:54:54 -07:00 |
|
Umair Khan
|
75bd3541ea
|
Add tests for new email policy.
- Update test_extra_context_in_missed_stream_messages
- Add test_extra_context_in_personal_missed_stream_messages
- Add test_extra_context_in_huddle_missed_stream_messages
|
2016-07-08 10:58:25 -07:00 |
|
Tim Abbott
|
6723525fd3
|
Annotate zerver/tests/tests.py.
|
2016-06-16 14:07:34 -07:00 |
|
Tim Abbott
|
45883386ce
|
AlertWordTests: Cleanup confusing message variable reuse.
|
2016-06-16 13:55:58 -07:00 |
|
Tim Abbott
|
10dd9addb7
|
Fix ChangeSettingsTest caching issue causing test failures.
|
2016-06-15 14:57:58 -07:00 |
|
Tim Abbott
|
06079042d4
|
ChangeSettingsTest: Move login to test helper method.
|
2016-06-15 14:28:24 -07:00 |
|
Tim Abbott
|
8f67b7e498
|
Simplify check_for_toggle_param.
|
2016-06-15 14:23:51 -07:00 |
|
Ashish Kumar
|
0a98d9edcf
|
Add test_enter_sends_setting.
|
2016-06-15 14:23:51 -07:00 |
|
Ashish Kumar
|
8a55098ca7
|
Add test_time_setting.
|
2016-06-15 14:23:51 -07:00 |
|
Ashish Kumar
|
345df3538f
|
Add test_toggling_left_side_userlist.
|
2016-06-15 14:23:51 -07:00 |
|
Ashish Kumar
|
24767302c4
|
Update test_ui_settings to use new abstraction.
|
2016-06-15 14:23:51 -07:00 |
|
Ashish Kumar
|
006e528e18
|
Update test_notify_settings to use new abstraction.
|
2016-06-15 14:23:51 -07:00 |
|
Ashish Kumar
|
5ae06e8c33
|
Added test helper function: check_for_toggle_param
|
2016-06-15 14:18:55 -07:00 |
|
Tim Abbott
|
be96cf809d
|
Move Zulip backend tests to zerver.tests.
|
2016-04-11 22:16:09 -07:00 |
|