aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_http_uastrings.py
blob: c70b7048ed3caf3cbfe442b91d2f1e216c430466 (plain)
1
2
3
4
5
6
7
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("_")