Commit d6a00e7
Test-name fixes (gregmalcolm#139)
* about_method_bindings: Fixed test name.
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.
* python3/koans/about_inheritance: Fixed test 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.1 parent 95736d3 commit d6a00e7
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| |||
0 commit comments