test_make_a_dictionary_w_dict_constructor
test_make_a_dictionary_w_curly_braces
test_make_a_dictionary_w_numbers_as_keys
test_make_a_dictionary_w_booleans_as_keys
test_make_a_dictionary_w_tuples_as_keys
test_make_a_dictionary_w_lists_as_keys
test_make_a_dictionary_w_sets_as_keys
test_make_a_dictionary_w_dictionaries_as_keys
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_value_of_key_from_a_dictionary
test_pop_removes_key_and_returns_its_value_from_a_dictionary
test_keys_of_a_dictionary
test_pop_removes_and_returns_key_w_value_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