Metadata-Version: 2.4
Name: test_genie
Version: 0.1.4
Summary: CLI tool to auto-generate test cases from your code
Author-email: Kushagra Wadhwa <wadhwakushagra01@gmail.com>
License-Expression: MIT
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: click==8.1.7
Requires-Dist: requests==2.31.0
Requires-Dist: pathlib2==2.3.7

# 🧪 TestGenie — Instantly Generate Test Cases from Your Terminal

**TestGenie** is a fast, intuitive CLI tool designed for developers who want to generate meaningful test cases from their source code — without ever leaving the terminal.

No more toggling between browser tabs, writing boilerplate, or wasting hours on trivial tests. TestGenie bridges your code with AI-powered suggestions tailored for your language and logic.

---

## ✨ Features

- 🔍 **Language-aware test generation** (Python, C++, and more coming soon)
- ⚡ **CLI-first experience** — stay in your flow
- 🧠 Powered by context-aware agents
- 🌐 Syncs with your online dashboard (optional)
- 🔐 Lightweight auth system
- 📊 Usage tracking and retention analytics (for you and your team)

---

## 🚀 Installation

TestGenie requires Python 3.8+

Install directly from PyPI:

```bash
pip install test-genie
```
---

## 🛠 Usage

Generate test cases from your CLI:

```bash
test-genie generate path/to/your_file.py
```

You can also specify the language explicitly:

```bash
test-genie generate path/to/your_file.cpp -l cpp
```

Authenticate once:

```bash
test-genie login
```

If you don't have an account, register quickly on our website: [https://test-genie-psi.vercel.app/](Test Genie)

---

## 🌐 Dashboard (Optional)

Visit [https://test-genie-psi.vercel.app/](Test Genie) to view your usage, premium status, recent generation history, and more.

---

## 💡 Use Cases

- Quickly bootstrap test coverage on legacy projects
- Generate starter tests for new logic
<!-- - Integrate with CI to flag untested critical paths -->
- Empower junior devs with example-driven TDD

---

## 📦 Publishing / Contributing

Want to contribute or self-host the backend? Instructions are coming soon. For now, feel free to [mailto:wadhwakushagra01@gmail.com](Mail Me).

---

## 📃 License

MIT © 2025 TestGenie Team
