()
| 388 | |
| 389 | |
| 390 | def test_non_python_notebook() -> None: |
| 391 | content = read_jupyter_notebook("jupyter", "non_python_notebook") |
| 392 | |
| 393 | with pytest.raises(NothingChanged): |
| 394 | format_file_contents(content, fast=True, mode=JUPYTER_MODE) |
| 395 | |
| 396 | |
| 397 | def test_empty_string() -> None: |
nothing calls this directly
no test coverage detected