aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_unfurl.py
Commit message (Collapse)AuthorAgeFilesLines
* Only reset foreground color in with_color functionTrygve Aaberge2024-02-191-5/+5
| | | | | | | The with_color helper is usually used to set only the foreground color (currently all usages), so by only reseting the foreground we keep any existing background color. This fixes the default background on the current buffer in the buflist for muted conversations.
* Format all files with ruffTrygve Aaberge2024-02-181-4/+2
|
* Add some basic tests for SlackMessage._unfurl_refsTrygve Aaberge2024-02-181-0/+61