SOBotics / notepad

Small notepad bot for the room
0 stars 3 forks source link

Automated tests #9

Open BaumMitAugen opened 5 years ago

BaumMitAugen commented 5 years ago

There should be some simple unit tests to make development easier.

Python supports that out of the box: https://docs.python.org/3/library/unittest.html

danbopes commented 5 years ago

I'd love to give travis-ci a try: https://docs.travis-ci.com/user/languages/python/

Seems they have python support, and we could run some simple tests of command functionality.