summaryrefslogtreecommitdiff
path: root/tests/test_data.py
diff options
context:
space:
mode:
authorAlexander Todorov <atodorov@otb.bg>2015-07-29 19:55:43 +0300
committerAlexander Todorov <atodorov@otb.bg>2015-07-29 19:55:43 +0300
commita98ffc153e5dedb5fed97ed8cbf5fbad65a248bd (patch)
treeb34218ae28102eace9609d6dc64efc36ef84a824 /tests/test_data.py
parent24841ccad26b812b377aede975be1bb02e5a0fdb (diff)
downloadpython-coveragepy-a98ffc153e5dedb5fed97ed8cbf5fbad65a248bd.tar.gz
extend combine parameters to allow for file names and shell globs
Diffstat (limited to 'tests/test_data.py')
-rw-r--r--tests/test_data.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_data.py b/tests/test_data.py
index ce49bcb..a67a27c 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'])