diff options
| author | Jonathan Lange <jml@mumak.net> | 2007-01-14 17:33:52 +1100 |
|---|---|---|
| committer | Jonathan Lange <jml@mumak.net> | 2007-01-14 17:33:52 +1100 |
| commit | cb1a0a2e928473ea68649c09b3691886ac93b57a (patch) | |
| tree | 6fd93e243a812de0179d3d63382a21ea373cb51f /python/subunit/tests/test_test_protocol.py | |
| parent | 501ba57871b35bab0bce1da4b72f7990a4f9dc14 (diff) | |
| download | subunit-git-cb1a0a2e928473ea68649c09b3691886ac93b57a.tar.gz | |
Rename sibpath to join_dir, and add a docstring.
Diffstat (limited to 'python/subunit/tests/test_test_protocol.py')
| -rw-r--r-- | python/subunit/tests/test_test_protocol.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/subunit/tests/test_test_protocol.py b/python/subunit/tests/test_test_protocol.py index 4cd693d..1ee4886 100644 --- a/python/subunit/tests/test_test_protocol.py +++ b/python/subunit/tests/test_test_protocol.py @@ -570,7 +570,7 @@ class TestExecTestCase(unittest.TestCase): def test_construct(self): test = self.SampleExecTestCase("test_sample_method") self.assertEqual(test.script, - subunit.sibpath(__file__, 'sample-script.py')) + subunit.join_dir(__file__, 'sample-script.py')) def test_run(self): runner = MockTestProtocolServerClient() |
