diff options
Diffstat (limited to 'test/test_http_uastrings.py')
-rw-r--r-- | test/test_http_uastrings.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/test/test_http_uastrings.py b/test/test_http_uastrings.py deleted file mode 100644 index 3fa4f359..00000000 --- a/test/test_http_uastrings.py +++ /dev/null @@ -1,6 +0,0 @@ -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("_") |