aboutsummaryrefslogtreecommitdiffstats
path: root/_pytest/test_utf8_helpers.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix formatting after black upgradeTrygve Aaberge2022-01-301-1/+0
|
* Ignore failing flake rules instead of selecting only a fewTrygve Aaberge2021-04-131-1/+1
| | | | E203 should be ignored when using black according to their docs.
* Format all python files with blackTrygve Aaberge2021-03-201-20/+23
|
* Make encode_to/decode_from_utf8 noop in python 3Trygve Aaberge2019-04-081-49/+70
| | | | | | | Python 3 receives unicode strings as arguments in weechat callbacks, websocet receive etc. and we can send unicode strings to weechat functions, websocket etc., so we don't need to do any of this converting.
* Import print_function and unicode_literals in all test filesTrygve Aaberge2019-04-081-0/+2
|
* Create a decorator for decoding function argumentsTrygve Aaberge2017-10-191-0/+13
|
* Add tests for decode_from_utf8/encode_to_utf8Trygve Aaberge2017-10-191-0/+59