mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 06:20:08 +01:00
make fmt
This commit is contained in:
parent
871a2a9740
commit
99c14c0df9
7 changed files with 10 additions and 11 deletions
|
|
@ -46,10 +46,7 @@ def test_iter_file_paths():
|
|||
str(file_path) for file_path, patterns in rewrite._iter_file_paths(cfg.file_patterns)
|
||||
}
|
||||
|
||||
assert file_paths == {
|
||||
"pycalver.toml",
|
||||
"README.md",
|
||||
}
|
||||
assert file_paths == {"pycalver.toml", "README.md"}
|
||||
|
||||
|
||||
def test_iter_file_globs():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue