()
| 740 | |
| 741 | |
| 742 | def test_show_config_cli(): |
| 743 | out, err, ec = get_output_error_code([sys.executable, "-m", __name__, "--show-config"]) |
| 744 | assert ec == 0 |
| 745 | assert "show_config" not in out |
| 746 | |
| 747 | |
| 748 | def test_show_config_json_cli(): |
nothing calls this directly
no test coverage detected
searching dependent graphs…