mitmproxy/test/netlib/http/test_user_agents.py
2016-02-15 16:34:22 +01:00

7 lines
170 B
Python

from netlib.http import user_agents
def test_get_shortcut():
assert user_agents.get_by_shortcut("c")[0] == "chrome"
assert not user_agents.get_by_shortcut("_")