Skip to content

Add tests for `Result.__dir__`

This method gives me a warning for the use of the + operator.

Class `KeysView` does not define `__add__`, so the `+` operator cannot be used on its instances

We should tests to assure that this works as intended.