From c302b891209baf67abcdb1d49896397deea46f67 Mon Sep 17 00:00:00 2001 From: Alexander Todorov Date: Wed, 29 Jul 2015 19:55:43 +0300 Subject: extend combine parameters to allow for file names and shell globs --HG-- branch : combine_files_and_dirs --- tests/test_data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/test_data.py b/tests/test_data.py index ce49bcbf..a67a27ca 100644 --- a/tests/test_data.py +++ b/tests/test_data.py @@ -686,6 +686,6 @@ class CoverageDataFilesTest(DataTestHelpers, CoverageTest): def test_combining_from_nonexistent_directories(self): covdata = CoverageData() - msg = "Couldn't combine from non-existent directory 'xyzzy'" + msg = "Couldn't combine from non-existing path 'xyzzy'" with self.assertRaisesRegex(CoverageException, msg): self.data_files.combine_parallel_data(covdata, data_dirs=['xyzzy']) -- cgit v1.2.1