Metadata-Version: 2.1
Name: pytest-codegen
Version: 0.0.2
Summary: Automatically create pytest test signatures
Home-page: https://github.com/jeremyschiemann/pytest-codegen
License: MIT
Author: Jeremy Schiemann
Author-email: jeremy.schiemann@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: redbaron (>=0.9.2,<0.10.0)
Requires-Dist: typer (>=0.3.2,<0.4.0)
Project-URL: Repository, https://github.com/jeremyschiemann/pytest-codegen
Description-Content-Type: text/markdown

# pytest-codegen
Pytest-codgen will statically analyze your code to create pytest function stubs.



## Goal
First working version

### Future Goals
- Create templates for tests
- More customization


## Disclaimer
This tool is currently in pre-alpha/experimental phase. Usable version will be ^0.1.x


## Installation

```
pip install pytest-codegen
```

## Usage

Check the supported commands with
```
pytest-codegen --help
```
or if you are lazy like me
```
ptc --help
```

## Suggestions & Contribution

Every suggestion and contribution is welcome

## Ressources
- [pytest-codegen on pypi](https://pypi.org/project/pytest-codegen/)
- [redbaron on pypi](https://pypi.org/project/redbaron/)

## License
This project is licensed under the terms of the MIT license.
