ebda4437fa01d87c214de28501b5d6e6ae8773c4,test/api/test_api_list_rooms.py,ApiListRoomsTest,test_list_rooms_only_one,#ApiListRoomsTest#,40
Before Change
self.create_and_join_room()
self.assert_in_room(True)
response_data = api.on_list_rooms(self.activity_for_list_rooms())
self.assertEqual(1, len(response_data[1]["object"]["attachments"]))
def test_list_rooms_correct_id(self):
self.assert_in_room(False)
After Change
self.create_and_join_room()
self.assert_in_room(True)
act = self.activity_for_list_rooms()
response_data = api.on_list_rooms(act, as_parser(act))
self.assertEqual(1, len(response_data[1]["object"]["attachments"]))
def test_list_rooms_correct_id(self):
self.assert_in_room(False)
In pattern: SUPERPATTERN
Frequency: 6
Non-data size: 6
Instances
Project Name: thenetcircle/dino
Commit Name: ebda4437fa01d87c214de28501b5d6e6ae8773c4
Time: 2016-11-11
Author: oscar.eriks@gmail.com
File Name: test/api/test_api_list_rooms.py
Class Name: ApiListRoomsTest
Method Name: test_list_rooms_only_one
Project Name: thenetcircle/dino
Commit Name: ebda4437fa01d87c214de28501b5d6e6ae8773c4
Time: 2016-11-11
Author: oscar.eriks@gmail.com
File Name: test/api/test_api_list_rooms.py
Class Name: ApiListRoomsTest
Method Name: test_list_rooms_correct_name
Project Name: thenetcircle/dino
Commit Name: ebda4437fa01d87c214de28501b5d6e6ae8773c4
Time: 2016-11-11
Author: oscar.eriks@gmail.com
File Name: test/api/test_api_list_rooms.py
Class Name: ApiListRoomsTest
Method Name: test_list_rooms_attachments_empty_if_no_rooms
Project Name: thenetcircle/dino
Commit Name: ebda4437fa01d87c214de28501b5d6e6ae8773c4
Time: 2016-11-11
Author: oscar.eriks@gmail.com
File Name: test/api/test_api_list_rooms.py
Class Name: ApiListRoomsTest
Method Name: test_list_rooms_status_code_200_if_no_rooms
Project Name: thenetcircle/dino
Commit Name: ebda4437fa01d87c214de28501b5d6e6ae8773c4
Time: 2016-11-11
Author: oscar.eriks@gmail.com
File Name: test/api/test_api_list_rooms.py
Class Name: ApiListRoomsTest
Method Name: test_list_rooms_correct_id
Project Name: thenetcircle/dino
Commit Name: ebda4437fa01d87c214de28501b5d6e6ae8773c4
Time: 2016-11-11
Author: oscar.eriks@gmail.com
File Name: test/api/test_api_list_rooms.py
Class Name: ApiListRoomsTest
Method Name: test_list_rooms_status_code_200