Skip to content

Commit 198c635

Browse files
Refactoring function name
1 parent 3aa54d9 commit 198c635

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_cli.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from gitingest.cli import main
99

1010

11-
def test_gitingest_cli_with_default_options():
11+
def test_cli_with_default_options():
1212
runner = CliRunner()
1313
result = runner.invoke(main, ["../"])
1414
output_lines = result.output.strip().split("\n")
@@ -18,7 +18,7 @@ def test_gitingest_cli_with_default_options():
1818
os.remove(OUTPUT_FILE_PATH)
1919

2020

21-
def test_gitingest_cli_with_options():
21+
def test_cli_with_options():
2222
runner = CliRunner()
2323
result = runner.invoke(
2424
main,

0 commit comments

Comments
 (0)