-
Notifications
You must be signed in to change notification settings - Fork 27
Unit Tests #17
Copy link
Copy link
Open
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Modifying bobbit can be a bit tricky because of the lack of tests. Fortunately,
bobbit-0.2.xwas redesigned to make it easier to test locally (ie. without an actual connection to a network). That said, there are only a few unit tests for some modules, and not unit tests for the package itself.I would like to add unit tests for as many parts of bobbit as possible:
bobbit.botbobbit.configbobbit.historybobbit.messagebobbit.utilsbobbit.protocol.ircbobbit.protocol.localbobbit.protocol.slackbobbit.modules.eventsbobbit.modules.feedsbobbit.modules.tweetsI would like to use a mixture of doctests and unittests.