Skip to content

Test-name fixes#139

Merged
mpirnat merged 2 commits intogregmalcolm:masterfrom
kjc:test_name_fixes
Sep 30, 2016
Merged

Test-name fixes#139
mpirnat merged 2 commits intogregmalcolm:masterfrom
kjc:test_name_fixes

Conversation

@kjc
Copy link
Copy Markdown
Collaborator

@kjc kjc commented Sep 28, 2016

Fixes two test name typos (both appeared only in the Python 3 files):

  1. test_this_all_classes_in_python_3_ultimately_inherit_from_object_class -> test_all_classes_in_python_3_ultimately_inherit_from_object_class
  2. test_set_descriptor_changes_behavior_of_attribute_assignment_changes -> test_set_descriptor_changes_behavior_of_attribute_assignment

kjc added 2 commits September 27, 2016 09:19
In the Python 3 version, the function
test_set_descriptor_changes_behavior_of_attribute_assignment was named:
test_set_descriptor_changes_behavior_of_attribute_assignment_changes ---
with an extra "_changes" at the end.  Renamed it to match the more
sensible Python 2 version's name.
Removed extra 'this_' left over from the Python 2 version of test:
test_this_all_classes_in_python_3_ultimately_inherit_from_object_class
renamed to:
test_all_classes_in_python_3_ultimately_inherit_from_object_class.
@mpirnat mpirnat merged commit d6a00e7 into gregmalcolm:master Sep 30, 2016
@mpirnat
Copy link
Copy Markdown
Collaborator

mpirnat commented Sep 30, 2016

Thanks! :-)

@kjc kjc deleted the test_name_fixes branch September 30, 2016 15:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants