mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 08:11:00 +00:00
e3d390e036
run the following command: $ autopep8 -i -r -a -a .
7 lines
174 B
Python
7 lines
174 B
Python
from netlib import http_uastrings
|
|
|
|
|
|
def test_get_shortcut():
|
|
assert http_uastrings.get_by_shortcut("c")[0] == "chrome"
|
|
assert not http_uastrings.get_by_shortcut("_")
|