summary refs log tree commit diff
path: root/tests/state/test_v2.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Yield during large v2 state res. (#7735)Erik Johnston2020-06-241-0/+9
* Replace all remaining six usage with native Python 3 equivalents (#7704)Dagfinn Ilmari Mannsåker2020-06-161-2/+0
* Improve get auth chain difference algorithm. (#7095)Erik Johnston2020-03-181-5/+8
* Reduce auth chains fetched during v2 state res. (#6952)Erik Johnston2020-02-191-2/+4
* Add a `make_event_from_dict` method (#6858)Richard van der Hoff2020-02-071-2/+2
* sanity-checking for events used in state res (#6531)Richard van der Hoff2019-12-131-0/+3
* Run Black. (#5482)Amber Brown2019-06-201-10/+10
* Run Black on the tests again (#5170)Amber Brown2019-05-101-165/+39
* Collect room-version variations into one place (#4969)Richard van der Hoff2019-04-011-3/+4
* Pass through room version to event authErik Johnston2019-01-251-1/+3
* Add helpers for getting prev and auth events (#4139)Erik Johnston2018-11-061-1/+1
* Fix None exception in state res v2Erik Johnston2018-11-021-2/+98
* isortErik Johnston2018-10-241-4/+1
* Rename resolve_events_with_factoryErik Johnston2018-10-241-2/+2
* Add some state res v2 testsErik Johnston2018-10-161-0/+666