From 33fa49277a821b9d38e8c9bf0bcf2adcfa2f6f04 Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Mon, 15 Feb 2016 14:58:46 +0100 Subject: move mitmproxy --- test/test_app.py | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 test/test_app.py (limited to 'test/test_app.py') diff --git a/test/test_app.py b/test/test_app.py deleted file mode 100644 index 577a70a5..00000000 --- a/test/test_app.py +++ /dev/null @@ -1,14 +0,0 @@ -from . import tutils, tservers - - -class TestApp(tservers.HTTPProxTest): - - def test_basic(self): - assert self.app("/").status_code == 200 - - def test_cert(self): - with tutils.tmpdir() as d: - for ext in ["pem", "p12"]: - resp = self.app("/cert/%s" % ext) - assert resp.status_code == 200 - assert resp.content -- cgit v1.2.3