aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Add tests for attachments and fix rendering bugsTrygve Aaberge2024-02-183-5/+680
|
* Apply code block styles firstTrygve Aaberge2024-02-181-0/+56
| | | | | | | It looks better to have the `` characters around the other styles when there's styling inside code blocks. It makes it look a bit worse when theres code blocks inside styled text though. It should really remember the order the styles are opened to close them in the correct order.
* Add render blocks tests from old versionTrygve Aaberge2024-02-182-0/+386
|
* Add some basic tests for SlackMessage._unfurl_refsTrygve Aaberge2024-02-182-1/+195
|
* Support thread hash completionTrygve Aaberge2024-02-181-0/+87
|
* Use hook_url for http requests when availableTrygve Aaberge2024-02-181-46/+133
|
* Use None instead of 0 for missing http code in HttpErrorTrygve Aaberge2024-02-181-3/+3
|
* Use eight digits for the WeeChat versionTrygve Aaberge2024-02-181-1/+1
| | | | | It's four parts with two digits each, so it's more consistent to use eight digits even though the first is a zero.
* Don't set future result in __await__Trygve Aaberge2024-02-183-36/+88
|
* Make Future very similar to asyncio.FutureTrygve Aaberge2024-02-181-4/+4
|
* Print error message on http/api errorTrygve Aaberge2024-02-181-4/+4
|
* Fix async functions returning None and without await never finishingTrygve Aaberge2024-02-181-0/+16
|
* Make methods work for callbacksTrygve Aaberge2024-02-183-5/+10
|
* Support multiple HTTP headersTrygve Aaberge2024-02-181-2/+32
| | | | Port 3aa2c79 from master into new.
* Remove active_responsesTrygve Aaberge2024-02-181-11/+10
|
* Don't fetch the same user multiple timesTrygve Aaberge2024-02-181-3/+5
|
* Add command to list workspacesTrygve Aaberge2024-02-181-1/+27
|
* Add command to add workspaceTrygve Aaberge2024-02-181-0/+13
|
* Move importTrygve Aaberge2024-02-181-3/+2
| | | | Not necessary anymore, when __init__.py doesn't import weechat.
* Move main out of slack dirTrygve Aaberge2024-02-181-0/+6
| | | | The sys path thing got wrong directory when inside slack dir.
* Fix tests after file splitTrygve Aaberge2024-02-184-30/+21
|
* Start on new version of wee-slackTrygve Aaberge2024-02-186-0/+310