Reformat code with black==20.8b1

This commit is contained in:
Ivan Kravets
2020-09-09 16:27:36 +03:00
parent 4f47ca5742
commit f946a0bc08
18 changed files with 262 additions and 95 deletions

View File

@@ -446,7 +446,10 @@ int main() {
result = clirunner.invoke(cmd_check, ["--project-dir", str(tmpdir)])
validate_cliresult(result)
defects = sum(count_defects(result.output))
assert defects > 0, "Failed %s with %s" % (framework, tool,)
assert defects > 0, "Failed %s with %s" % (
framework,
tool,
)
def test_check_skip_includes_from_packages(clirunner, validate_cliresult, tmpdir):