mirror of
https://github.com/maubot/maubot
synced 2025-08-29 01:10:37 +00:00
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:
parent
75879cfb93
commit
202c2836b2
5 changed files with 258 additions and 0 deletions
|
@ -5,3 +5,7 @@
|
|||
python-olm>=3,<4
|
||||
pycryptodome>=3,<4
|
||||
unpaddedbase64>=1,<3
|
||||
|
||||
#/testing
|
||||
pytest
|
||||
pytest-asyncio
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue