◐ Shell
reader mode source ↗
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
File filter
Conversations
Jump to
Diff view
Apply and reload
Show whitespace
Diff view
Apply and reload
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ details about the cause of the failure
- Fix incorrect choice of method to invoke when using keyword arguments.
- Fix non-delegate types incorrectly appearing as callable.
- Indexers can now be used with interface objects

## [2.5.0][] - 2020-06-14

Expand Down
32 changes: 32 additions & 0 deletions src/tests/test_indexer.py
Original file line number Diff line number Diff line change
Expand Up @@ -614,3 +614,35 @@ def test_using_indexer_on_object_without_indexer():

with pytest.raises(TypeError):
o[0] = 1
Toggle all file notes Toggle all file annotations