diff options
Diffstat (limited to 'test/test_app.py')
-rw-r--r-- | test/test_app.py | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/test/test_app.py b/test/test_app.py index 5fb49563..8872bf53 100644 --- a/test/test_app.py +++ b/test/test_app.py @@ -1,15 +1,9 @@ -import mock -import socket -import os -import time -from libmproxy import dump -from netlib import certutils, tcp -from libpathod.pathoc import Pathoc import tutils import tservers class TestApp(tservers.HTTPProxTest): + def test_basic(self): assert self.app("/").status_code == 200 |