We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e14099a commit 2e3d504Copy full SHA for 2e3d504
2 files changed
pyproject.toml
@@ -1,7 +1,7 @@
1
[project]
2
name = "testiq"
3
version = "0.2.0"
4
-description = "Intelligent test analysis - Find duplicate and redundant tests using coverage analysis"
+description = "TestIQ - Intelligent test analysis for finding duplicate and redundant tests using coverage analysis"
5
readme = "README.md"
6
authors = [
7
{ name = "Kiran K Kotari", email = "kirankotari@live.com" }
src/testiq/cli.py
@@ -51,7 +51,7 @@ def _get_grade_color(grade: str) -> str:
51
52
53
@click.group()
54
-@click.version_option(version=__version__, prog_name="testiq")
+@click.version_option(version=__version__, prog_name="TestIQ")
55
@click.option(
56
"--config",
57
"-c",
0 commit comments