(self)
| 177 | assert "Unicode Blocks:" in r.stdout |
| 178 | |
| 179 | def test_route_no_prompt_fails(self) -> None: |
| 180 | r = run_cli(["route"]) |
| 181 | assert r.returncode != 0 |
| 182 | |
| 183 | def test_doctor_local_upstream_without_key(self, tmp_path: Path) -> None: |
| 184 | env = { |