summary refs log tree commit diff
path: root/tests/api/test_auth.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-02-14Rewrite _EventInternalMetadata to back it with a _dictRichard van der Hoff1-16/+39
Mostly, this gives mypy an easier time.
2020-02-14Replace _event_dict_property with DictPropertyRichard van der Hoff2-66/+80
this amounts to the same thing, but replaces `_event_dict` with `_dict`, and removes some of the function layers generated by `