commit | 92c7b9434ce382bc982ea3869539250f45bbaf11 | [log] [tgz] |
---|---|---|
author | Jon Wayne Parrott <jonwayne@google.com> | Mon Oct 10 12:57:18 2016 -0700 |
committer | GitHub <noreply@github.com> | Mon Oct 10 12:57:18 2016 -0700 |
tree | 8689bad9e573d0d1daefebf8d050ec115d5aedfb | |
parent | 123a48b5296063ea10ebf06968280e6265189dfa [diff] [blame] |
Add urllib3 transport (#14)
diff --git a/tests/transport/compliance.py b/tests/transport/compliance.py index ad4e491..6d2a304 100644 --- a/tests/transport/compliance.py +++ b/tests/transport/compliance.py
@@ -25,7 +25,7 @@ class RequestResponseTests(object): - @pytest.fixture + @pytest.fixture(scope='module') def server(self): """Provides a test HTTP server.