summary refs log tree commit diff
path: root/tests/rest/client/test_account_data.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update license headersPatrick Cloke2023-11-211-10/+16
|
* Replace make_awaitable with AsyncMock (#16179)Patrick Cloke2023-08-241-3/+2
| | | | Python 3.8 provides a native AsyncMock, we can replace the homegrown version we have.
* Add a module callback to react to account data changes (#12327)Brendan Abolivier2022-04-011-0/+75
Co-authored-by: Sean Quah <8349537+squahtx@users.noreply.github.com> Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>