Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | test: Add tests for unfurl_auto_link_display | Trygve Aaberge | 2017-10-01 | 1 | -1/+24 |
| | |||||
* | test: Add a unfurl test case for messages containing > | Trygve Aaberge | 2017-09-17 | 1 | -0/+4 |
| | | | | | | This tests the bug that was fixed in commit c667bf6, where a message that first has an url and then a > character would try to unfurl everything up to the last >. | ||||
* | test: Fix and enable the tests for unfurl_refs | Trygve Aaberge | 2017-09-17 | 1 | -19/+13 |
| | |||||
* | massssssssive merge of the new codebase | Ryan Huber | 2017-04-12 | 1 | -9/+16 |
| | |||||
* | 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 |
| | |||||
* | unicode fixes, change variable names, better tests | Ryan Huber | 2015-11-16 | 1 | -2/+2 |
| | |||||
* | 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. |