(caplog)
| 61 | |
| 62 | |
| 63 | def test_graphviz_error(caplog): |
| 64 | caplog.set_level(logging.DEBUG) |
| 65 | _generate_graphviz("/tmp/code2flow/nothing", "/tmp/code2flow/nothing", |
| 66 | "/tmp/code2flow/nothing") |
| 67 | assert "non-zero exit" in caplog.text |
| 68 | |
| 69 | |
| 70 | def test_no_files_2(): |
nothing calls this directly
no test coverage detected