diff options
author | Thomas Kriechbaumer <thomas@kriechbaumer.name> | 2015-07-14 23:02:14 +0200 |
---|---|---|
committer | Thomas Kriechbaumer <thomas@kriechbaumer.name> | 2015-07-22 15:30:51 +0200 |
commit | f50deb7b763d093a22a4d331e16465a2fb0329cf (patch) | |
tree | a11e92fca2a0deffeb801cc6f931bd79aec0d669 /test/test_http_uastrings.py | |
parent | bd5ee212840e3be731ea93e14ef1375745383d88 (diff) | |
download | mitmproxy-f50deb7b763d093a22a4d331e16465a2fb0329cf.tar.gz mitmproxy-f50deb7b763d093a22a4d331e16465a2fb0329cf.tar.bz2 mitmproxy-f50deb7b763d093a22a4d331e16465a2fb0329cf.zip |
move bits around
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("_") |