mirror of
https://github.com/zhigang1992/mitmproxy.git
synced 2026-04-24 04:14:57 +08:00
Nose mopup: docs, no cover pragmas, a few missing path specs.
This commit is contained in:
@@ -82,7 +82,7 @@ class TestDumpMaster:
|
||||
|
||||
libpry.raises(
|
||||
dump.DumpError, self._dummy_cycle,
|
||||
0, None, "", verbosity=1, rfile="test_dump.py"
|
||||
0, None, "", verbosity=1, rfile=tutils.test_data.path("test_dump.py")
|
||||
)
|
||||
|
||||
def test_options(self):
|
||||
|
||||
@@ -595,7 +595,7 @@ class TestFlowMaster:
|
||||
err = flow.Error(f.request, "msg")
|
||||
fm.handle_error(err)
|
||||
|
||||
fm.load_script("scripts/a.py")
|
||||
fm.load_script(tutils.test_data.path("scripts/a.py"))
|
||||
fm.shutdown()
|
||||
|
||||
def test_client_playback(self):
|
||||
|
||||
Reference in New Issue
Block a user