fix name of function
This commit is contained in:
parent
785ce877ef
commit
316d2810d4
1 changed files with 1 additions and 1 deletions
|
@ -436,7 +436,7 @@ def module_install_cmd(user: bool, module: str) -> None:
|
|||
# other python code
|
||||
|
||||
|
||||
def test_doctor_single():
|
||||
def test_requires() -> None:
|
||||
from click.testing import CliRunner
|
||||
result = CliRunner().invoke(main, ['module', 'requires', 'my.github.ghexport'])
|
||||
assert result.exit_code == 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue