()
| 21 | |
| 22 | |
| 23 | def test_default_placeholder_bool(): |
| 24 | placeholder_a = Default("a") |
| 25 | placeholder_b = Default("") |
| 26 | assert placeholder_a |
| 27 | assert not placeholder_b |
| 28 | |
| 29 | |
| 30 | def test_upload_file_is_closed(tmp_path: Path): |
nothing calls this directly
no test coverage detected
searching dependent graphs…