Skip to content

Commit 2e3d504

Browse files
committed
chore: Update display name to TestIQ
1 parent e14099a commit 2e3d504

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "testiq"
33
version = "0.2.0"
4-
description = "Intelligent test analysis - Find duplicate and redundant tests using coverage analysis"
4+
description = "TestIQ - Intelligent test analysis for finding duplicate and redundant tests using coverage analysis"
55
readme = "README.md"
66
authors = [
77
{ name = "Kiran K Kotari", email = "kirankotari@live.com" }

src/testiq/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def _get_grade_color(grade: str) -> str:
5151

5252

5353
@click.group()
54-
@click.version_option(version=__version__, prog_name="testiq")
54+
@click.version_option(version=__version__, prog_name="TestIQ")
5555
@click.option(
5656
"--config",
5757
"-c",

0 commit comments

Comments
 (0)