joaquinlpereyra / twitterImgBot

Ever wanted to randomly tweet pictures from a folder? No? Well, maybe you do now.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tests are missing

joaquinlpereyra opened this issue · comments

The bot and its modules need tests. There's one on my computer but it's not made public because its the most horrible and unprofessional thing ever. There needs to be done some good 'ol testing using one of python's tools.

Progress made: the functions over at twitterbot.py all have tests now (found inside the tests folder). All other modules still need testing :)