mitmproxy/test/http/test_user_agents.py
Thomas Kriechbaumer f50deb7b76 move bits around
2015-07-22 15:30:51 +02: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("_")