testeranto
Version:
the AI powered BDD test framework for typescript projects
25 lines (17 loc) • 381 B
Markdown
# Pitono
The python implementation of testeranto.
## Setup
1. Create a virtual environment:
```bash
python3 -m venv venv
```
2. Activate the virtual environment:
```bash
source venv/bin/activate
```
3. Install the package in development mode:
```bash
pip install -e .
```
## Running Tests
Make sure the virtual environment is activated, then run your Python tests normally.