Vaelor / python-mattermost-driver

Python Mattermost Driver for APIv4
https://vaelor.github.io/python-mattermost-driver/
MIT License
189 stars 69 forks source link

Docker environment to run tests #59

Open Vaelor opened 4 years ago

Vaelor commented 4 years ago

I really want to have tests in this project.

What I am thinking of is something simple for the start.

This probably shouldn't test every api endpoint...

jneeven commented 3 years ago

Hi! I see this is a very old issue, but we've implemented pretty much exactly this (on a higher level, since we reply on mattermost-driver to do all the work for us) in the mmpy_bot integration tests . Perhaps you'll find that code useful as well.