aboutsummaryrefslogtreecommitdiffstats
path: root/netlib/test/http/test_user_agents.py
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2016-02-15 16:34:22 +0100
committerMaximilian Hils <git@maximilianhils.com>2016-02-15 16:34:22 +0100
commitd7158f975e671b78f0a064dd873cfa7805667528 (patch)
tree9b40f263c4f613a0dc49f5d8628c371164afd546 /netlib/test/http/test_user_agents.py
parent5fe473fb431699c71aa74bb715c2cb5b0500f044 (diff)
downloadmitmproxy-d7158f975e671b78f0a064dd873cfa7805667528.tar.gz
mitmproxy-d7158f975e671b78f0a064dd873cfa7805667528.tar.bz2
mitmproxy-d7158f975e671b78f0a064dd873cfa7805667528.zip
move tests into shared folder
Diffstat (limited to 'netlib/test/http/test_user_agents.py')
-rw-r--r--netlib/test/http/test_user_agents.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/netlib/test/http/test_user_agents.py b/netlib/test/http/test_user_agents.py
deleted file mode 100644
index 0bf1bba7..00000000
--- a/netlib/test/http/test_user_agents.py
+++ /dev/null
@@ -1,6 +0,0 @@
-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("_")