diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2022-10-09 18:41:24 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2022-10-15 13:58:50 -0400 |
commit | cb67b1feb2d68972f0eeb81a0e20b836b64c21dd (patch) | |
tree | a1da4137b476b6a201e14b8364a28c8100b893a2 /coverage/sqldata.py | |
parent | c28544cc9a0c5113bd3a9279f47a2b7ea8826980 (diff) | |
download | python-coveragepy-git-cb67b1feb2d68972f0eeb81a0e20b836b64c21dd.tar.gz |
feat: implicitly combine relative paths
Diffstat (limited to 'coverage/sqldata.py')
-rw-r--r-- | coverage/sqldata.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/coverage/sqldata.py b/coverage/sqldata.py index 5d62b15b..5d7fbecf 100644 --- a/coverage/sqldata.py +++ b/coverage/sqldata.py @@ -596,7 +596,9 @@ class CoverageData(SimpleReprMixin): """Update this data with data from several other :class:`CoverageData` instances. If `aliases` is provided, it's a `PathAliases` object that is used to - re-map paths to match the local machine's. + re-map paths to match the local machine's. Note: `aliases` is None + only when called directly from the test suite. + """ if self._debug.should("dataop"): self._debug.write("Updating with data from {!r}".format( |