From 22192d1a46a45b3824290ff4095539fa8b6be1fa Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Sat, 9 Jun 2012 13:55:55 +1200 Subject: Nose mopup: docs, no cover pragmas, a few missing path specs. --- test/test_dump.py | 2 +- test/test_flow.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/test_dump.py b/test/test_dump.py index 621e76e7..f13245ed 100644 --- a/test/test_dump.py +++ b/test/test_dump.py @@ -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): diff --git a/test/test_flow.py b/test/test_flow.py index 994264e4..885299d8 100644 --- a/test/test_flow.py +++ b/test/test_flow.py @@ -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): -- cgit v1.2.3