mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2025-02-07 10:40:09 +00:00
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("_")
|