Adding upstream version 0.16.5.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
6e615d8555
commit
5416a64f41
6 changed files with 43 additions and 11 deletions
|
@ -115,17 +115,17 @@ def test_auto_group(repos, paths, expected):
|
|||
(
|
||||
[{"abc": {"path": "/root/repo/", "type": "", "flags": []}}, False],
|
||||
True,
|
||||
"abc \x1b[31mrepo [*+?] \x1b[0m msg xx",
|
||||
"abc \x1b[31mrepo [*+?] \x1b[0m msg xx",
|
||||
),
|
||||
(
|
||||
[{"abc": {"path": "/root/repo/", "type": "", "flags": []}}, True],
|
||||
True,
|
||||
"abc repo [*+?] msg xx",
|
||||
"abc repo [*+?] msg xx",
|
||||
),
|
||||
(
|
||||
[{"repo": {"path": "/root/repo2/", "type": "", "flags": []}}, False],
|
||||
False,
|
||||
"repo \x1b[32mrepo [?] \x1b[0m msg xx",
|
||||
"repo \x1b[32mrepo [?] \x1b[0m msg xx",
|
||||
),
|
||||
],
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue