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