We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3aa54d9 commit 198c635Copy full SHA for 198c635
tests/test_cli.py
@@ -8,7 +8,7 @@
8
from gitingest.cli import main
9
10
11
-def test_gitingest_cli_with_default_options():
+def test_cli_with_default_options():
12
runner = CliRunner()
13
result = runner.invoke(main, ["../"])
14
output_lines = result.output.strip().split("\n")
@@ -18,7 +18,7 @@ def test_gitingest_cli_with_default_options():
18
os.remove(OUTPUT_FILE_PATH)
19
20
21
-def test_gitingest_cli_with_options():
+def test_cli_with_options():
22
23
result = runner.invoke(
24
main,
0 commit comments