예제 #1
0
def test_that_userList_is_a_list():
	assert isinstance(returnUserList(), list)
예제 #2
0
def test_that_userList_items_are_length_5():
	assert len(returnUserList()[0]) == 5
예제 #3
0
def test_that_ratingDictionary_item_length_matches_userList_length():
	assert len(returnRatingDictionary()[1]) == len(returnUserList())