(arguments, assertions, tmp_path)
| 439 | ], |
| 440 | ) |
| 441 | def test_typi001_component_typing(arguments, assertions, tmp_path): |
| 442 | codefile = os.path.join(tmp_path, "code.py") |
| 443 | code = format_template_and_save(component_template, codefile, arguments) |
| 444 | assert_output(codefile, code, module="pyright", **assertions) |
| 445 | |
| 446 | |
| 447 | typing_modules = ["pyright"] |
nothing calls this directly
no test coverage detected
searching dependent graphs…