test_make_a_dictionary
test_make_a_dictionary_w_none_as_a_key
test_make_a_dictionary_w_a_boolean_as_a_key
test_make_a_dictionary_w_a_number_as_a_key
test_make_a_dictionary_w_a_tuple_as_a_key
test_make_a_dictionary_w_a_list_as_a_key
test_make_a_dictionary_w_a_set_as_a_key
test_make_a_dictionary_w_a_dictionary_as_a_key
test_attributes_and_methods_of_dictionaries
test_clear_empties_a_dictionary
test_copy_a_dictionary
test_fromkeys_makes_a_dictionary_from_an_iterable
test_get_a_value_from_a_dictionary
test_items_returns_key_value_pairs_of_a_dictionary
test_keys_of_a_dictionary
test_pop_removes_given_key_from_a_dictionary
test_popitem_removes_and_returns_last_key_value_pair_from_a_dictionary
test_setdefault_adds_key_w_a_default_value_to_a_dictionary
test_update_a_dictionary
test_values_of_a_dictionary
test_key_error