DEBSOURCES
Skip Quicknav
sources / pdm / 2.20.1%2Bds1-2 / tests / cli / test_utils.py
1234
def test_help_with_unknown_arguments(pdm): result = pdm(["add", "--unknown-args"]) assert "Usage: pdm add " in result.stderr assert result.exit_code == 2