Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

testinggenie

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

testinggenie

A package to generate unit test cases from code snippets using the Anthropic API.

  • 0.4.0
  • PyPI
  • Socket score

Maintainers
1

testinggenie

This package generates unit test cases for code snippets using the Anthropic API.

Setup

  1. Create a config.json file in the root directory of the package with the following content:

    {
        "location": "your-region",
        "project_id": "your-project-id",
        "google_application_credentials": "path/to/your/credentials.json"
    }
    
  2. Install the package:

    pip install testinggenie
    

Usage

Run the main program:

from testinggenie import generate_test_cases
print (generate_test_cases("path_to_code_file"))

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc