Skip to content

Commit

Permalink
Readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
zbigniewjamrozek committed Sep 17, 2024
1 parent 438b8db commit f9e38e0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Test Generator CLI
# AI Test Generator CLI

Test Generator CLI is a powerful command-line tool that leverages various AI models to automatically generate unit tests for your code. It supports multiple programming languages and can adapt to your existing testing style.
AI Test Generator CLI is a powerful command-line tool that leverages various AI models to automatically generate unit tests for your code. It supports multiple programming languages and can adapt to your existing testing style.

## Features

Expand All @@ -12,10 +12,10 @@ Test Generator CLI is a powerful command-line tool that leverages various AI mod

## Installation

Install the Test Generator CLI using pip:
Install the AI Test Generator CLI using pip:

```
pip install test-generator
pip install ai-test-generator
```

## Configuration
Expand Down
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ build-backend = "poetry.core.masonry.api"
name = "ai-test-generator"
version = "0.1.0"
description = "A CLI tool for generating unit tests"
authors = ["Mateusz Sawa <[email protected]>", "Patryk Matwijczuk <[email protected]>"]
authors = [
"Mateusz Sawa <[email protected]>",
"Patryk Matwijczuk <[email protected]>"
]
readme = "README.md"
homepage = "https://applandeo.com/"
repository = "https://github.com/Applandeo/ai-test-cli"
Expand Down

0 comments on commit f9e38e0

Please sign in to comment.