Add a testing framework

This changeset contains a set of Pytest fixtures and a mocked bot class to ease the writing of
Maubot plugin unit tests.

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2023-11-06 15:32:52 +01:00
parent 75879cfb93
commit 202c2836b2
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD
5 changed files with 258 additions and 0 deletions

View file

@ -5,3 +5,7 @@
python-olm>=3,<4
pycryptodome>=3,<4
unpaddedbase64>=1,<3
#/testing
pytest
pytest-asyncio