Exemplo n.º 1
0
def test_that_userList_is_a_list():
	assert isinstance(returnUserList(), list)
Exemplo n.º 2
0
def test_that_userList_items_are_length_5():
	assert len(returnUserList()[0]) == 5
Exemplo n.º 3
0
def test_that_ratingDictionary_item_length_matches_userList_length():
	assert len(returnRatingDictionary()[1]) == len(returnUserList())