From 316d2810d4210796710e0d7e9618c9203a54d028 Mon Sep 17 00:00:00 2001 From: Sean Breckenridge Date: Sat, 3 Apr 2021 22:47:55 -0700 Subject: [PATCH] fix name of function --- my/core/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/my/core/__main__.py b/my/core/__main__.py index 4c522fd..e824e51 100644 --- a/my/core/__main__.py +++ b/my/core/__main__.py @@ -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