Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix the tests | Ben Kelly | 2017-07-12 | 1 | -0/+5 |
| | | | | | | | | | | Not everything that needed to be mocked out was, and there was also an issue with every instance of PluginConfig sharing the same mutable settings field and thus stomping on each other if you initialized more than one in the same test. Signed-off-by: Ben Kelly <bk@ancilla.ca> Signed-off-by: Ben Kelly <btk@google.com> | ||||
* | Handling incoming me_message subtypes. | Ben Kelly | 2017-04-13 | 1 | -0/+2 |
| | | | | Signed-off-by: Ben Kelly <btk@google.com> | ||||
* | massssssssive merge of the new codebase | Ryan Huber | 2017-04-12 | 146 | -108/+1514 |
| | |||||
* | Leverage pytest.parametrize for test_unfurl | Matt Robenolt | 2016-11-07 | 1 | -26/+27 |
| | | | | | This provides nicer granular test cases rather than one whole test that fails. | ||||
* | Test string with multiple unfurl | calve | 2016-01-04 | 1 | -0/+3 |
| | |||||
* | Fix up pytest | Tollef Fog Heen | 2015-12-21 | 1 | -0/+1 |
| | |||||
* | unicode fixes, change variable names, better tests | Ryan Huber | 2015-11-16 | 7 | -7/+10 |
| | |||||
* | Handle unfurling of things with no alt text correctly as well | Tollef Fog Heen | 2015-08-29 | 1 | -0/+3 |
| | |||||
* | Whitespace fixups | Tollef Fog Heen | 2015-08-29 | 1 | -2/+0 |
| | |||||
* | Refactor unfurl_refs | Tollef Fog Heen | 2015-08-29 | 1 | -0/+3 |
| | | | | | Instead of blindly splitting on spaces, use something approximating a parser for parsing refs. Also add another test case. | ||||
* | Add unit test for unfurl_refs and correct logic | Tollef Fog Heen | 2015-08-29 | 1 | -0/+38 |
| | | | | | The logic for showing/ignoring alt refs was wrong. Fix that, and to prevent this from showing up again, add a unit test. | ||||
* | Whitespace cleanup | Tollef Fog Heen | 2015-08-29 | 1 | -5/+0 |
| | |||||
* | Make sure to import rootdir for pytest | Tollef Fog Heen | 2015-08-29 | 1 | -0/+4 |
| | |||||
* | add some initial tests. messages need a lot of work.. | Ryan Huber | 2015-03-18 | 6 | -0/+188 |