netromdk / slacker

Slacker - Easy access to the Slack API and admin of workspaces/teams.
MIT License
14 stars 0 forks source link

Testing and CI #91

Closed netromdk closed 6 years ago

netromdk commented 6 years ago

I've been thinking about introducing some testing of Slacker's code base. And using Travis CI, or similar, to run them for each PR.

We don't want to test Slack's API by itself but instead parts of the code base that makes sense and is important.

As for CI, it would make sense that ./slacker.py --check is run at the very least.