diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2022-08-06 15:10:24 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2022-08-06 15:10:24 -0400 |
commit | 42202a88a1873031118643072a2b946c7ea7e9fb (patch) | |
tree | f4ad9c48de181235a9afd4010695b16aff5e651e /tests/test_files.py | |
parent | 41602b5ecfe602c53cef84fec249ed07dbd89538 (diff) | |
download | python-coveragepy-git-42202a88a1873031118643072a2b946c7ea7e9fb.tar.gz |
docs: keep CHANGES up to date
Diffstat (limited to 'tests/test_files.py')
-rw-r--r-- | tests/test_files.py | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/test_files.py b/tests/test_files.py index 28a98fb8..9f7f6278 100644 --- a/tests/test_files.py +++ b/tests/test_files.py @@ -11,8 +11,10 @@ import pytest from coverage import env, files from coverage.exceptions import ConfigError -from coverage.files import (FnmatchMatcher, ModuleMatcher, PathAliases, TreeMatcher, abs_file, - actual_path, find_python_files, flat_rootname, fnmatches_to_regex) +from coverage.files import ( + FnmatchMatcher, ModuleMatcher, PathAliases, TreeMatcher, abs_file, + actual_path, find_python_files, flat_rootname, fnmatches_to_regex, +) from tests.coveragetest import CoverageTest |