Add tests for Python

This commit is contained in:
Pavel Ponomarev 2016-09-06 00:45:08 +03:00
parent 789aa20447
commit 8c95d5c28b
1 changed files with 3 additions and 0 deletions

View File

@ -153,6 +153,9 @@ func TestCLIMatcher(t *testing.T) {
{"Go-http-client/1.1", true},
{"Go-http-client/2.0", true},
{"ddclient/3.8.3", true},
{"Python-urllib/2.7", true},
{"python-urllib/3.5", true},
{"python-requests/2.11", true},
{browserUserAgent, false},
}
for _, tt := range tests {