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