diff options
author | Aldo Cortesi <aldo@nullcube.com> | 2011-02-24 15:44:08 +1300 |
---|---|---|
committer | Aldo Cortesi <aldo@nullcube.com> | 2011-02-24 15:44:08 +1300 |
commit | 57f96c5fe014420a09ed42e96f67562fabe33048 (patch) | |
tree | 1e57fd2659ac6243dc0558bfe17f251a0bcf998a /test | |
parent | 79039eb5d23b6f7076664a3383988cd6b51e377e (diff) | |
download | mitmproxy-57f96c5fe014420a09ed42e96f67562fabe33048.tar.gz mitmproxy-57f96c5fe014420a09ed42e96f67562fabe33048.tar.bz2 mitmproxy-57f96c5fe014420a09ed42e96f67562fabe33048.zip |
Minor housekeeping - unused code, nocover directives.
95% test coverage.
Diffstat (limited to 'test')
-rw-r--r-- | test/test_utils.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/test_utils.py b/test/test_utils.py index f65c1ea7..be6db4d3 100644 --- a/test/test_utils.py +++ b/test/test_utils.py @@ -310,10 +310,7 @@ class udummy_cert(libpry.AutoTree): assert os.path.exists(os.path.join(d, "foo.com.pem")) - - - tests = [ uformat_timestamp(), uisBin(), |