()
| 10 | |
| 11 | |
| 12 | def test_pathlib_includes_file_name() -> None: |
| 13 | result = to_httpx_files({"file": readme_path}) |
| 14 | print(result) |
| 15 | assert result == IsDict({"file": IsTuple("README.md", IsBytes())}) |
| 16 | |
| 17 | |
| 18 | def test_tuple_input() -> None: |
nothing calls this directly
no test coverage detected