From f850bdd8483907b297804ab0f8d07ff1cb456ff5 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Mon, 12 Aug 2013 16:04:02 +1200 Subject: Revamp dummy cert store We no longer keep these on disk. This is for a number of reasons, including some race conditions and the fact that some valid IDNA-encoded domain names are not valid file names on Windows. --- test/test_proxy.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'test') diff --git a/test/test_proxy.py b/test/test_proxy.py index c5640d8a..85be82cb 100644 --- a/test/test_proxy.py +++ b/test/test_proxy.py @@ -116,9 +116,6 @@ class TestProcessProxyOptions: self.assert_noerr("--client-certs", confdir) self.assert_err("directory does not exist", "--client-certs", "nonexistent") - self.assert_noerr("--dummy-certs", confdir) - self.assert_err("directory does not exist", "--dummy-certs", "nonexistent") - def test_auth(self): p = self.assert_noerr("--nonanonymous") assert p.authenticator -- cgit v1.2.3