summaryrefslogtreecommitdiff
path: root/test/plugins
AgeCommit message (Collapse)Author
2020-04-13plugin(points): forgot one special case, see #34Matthias Hecker
Tokens that include itself ++/-- are now ignored as well.
2020-04-13plugin(points): new message parser, see #34Matthias Hecker
2020-04-07plugin(note): test cases added, closes #24Matthias Hecker
2020-04-06plugin(points): +/- must come after, closes #34Matthias Hecker
This modifies the karma/points plugin to ignore increment/ decrement suffixes. `--SOMETHING` is more trouble than its worth, people will write --NAME as a signature, or paste a command line argument, e.g. `ls --sort time` which causes issues. I also added tests for the points plugin, the plan is to make the plugin testing easier more "rubionic"
2020-04-06tests: mocked bot and messages added, added points testsMatthias Hecker
2020-04-01plugin(rot13): test assert addedMatthias Hecker
2020-03-31test: rot13 simplifiedMatthias Hecker
2020-03-30test: change db adapter to dbmMatthias Hecker
2020-03-30test: first plugin test added for rot13Matthias Hecker