A utility to assist in building Test-Driven Python code using Langchain and OpenAI.
Project description
ChatTDD
ChatTDD is a utility designed to help developers create Test-Driven Python code using Langchain and OpenAI. By entering a description of the functionality you need, ChatTDD will generate pytest code for that function. Additionally, it allows you to review and validate the generated test code using different models from OpenAI.
Installation
To install ChatTDD, ensure you have Python 3.9 installed, then run the following command:
pip install ChatTDD
Configuration
Before using ChatTDD, you'll need to have an OpenAI API key. If you don't have one, you can obtain it from OpenAI.
On the first run, ChatTDD will prompt you to enter your OpenAI API key, which will be saved for future use.
Usage
Once installed, you can use the chattdd command to interact with the tool. Here's how to use ChatTDD:
Select a Model
You can choose between three models: text-davinci-003, gpt-3.5-turbo, and gpt-4. To select a model, use the following command:
chattdd model text-davinci-003
Your model selection will be remembered for future sessions.
Output Folder
chattdd outputfolder [folder_path]
Sets the root folder for generated files. If this is left blank, files will be saved in the specified relative paths without a leading folder.
Generate Function and Test Code
chattdd test-and-code "sort a list of objects alphabetically"
ChatTDD will create the necessary Python files under the src and tests directories respectively.
Generate Only Test Code
chattdd test "sort a list of objects alphabetically"
ChatTDD will create the necessary Python files under the tests directory.
Contributing
If you'd like to contribute to the development of ChatTDD, please feel free to fork the repository and submit a pull request.
License
ChatTDD is licensed under the MIT License. See the LICENSE file for more details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ChatTDD-0.1.8.tar.gz.
File metadata
- Download URL: ChatTDD-0.1.8.tar.gz
- Upload date:
- Size: 6.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bcdbeff1bd2558a69602a3424ab7773a88bf315f9a71f619c9f12c06a1fae442
|
|
| MD5 |
796ff5caf4c2c254e427450f54d6ba71
|
|
| BLAKE2b-256 |
4d3643040c3e49ef9a73c508e1707a49b9e649943bf2f7381ead50524efff5c3
|
File details
Details for the file ChatTDD-0.1.8-py3-none-any.whl.
File metadata
- Download URL: ChatTDD-0.1.8-py3-none-any.whl
- Upload date:
- Size: 7.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d5e128abddd83171d661d89dc27414e7521bab80bbd0aa336b35c59f436ba5df
|
|
| MD5 |
bef0b3a649026793bcd236f09935839a
|
|
| BLAKE2b-256 |
1d08292818a78d82d597baae983d2c6358c29f924bc7fc7ccddb84da73ac7e3d
|