Packages

The Ollama Tests Generator is a powerful command-line tool designed to automatically generate unit tests for your code using AI models. This tool supports multiple programming languages and can adapt to your existing testing style, making it a versatile addition to your development workflow.

Retired package: Release invalid - invalid

Current section

Files

Jump to
Raw

rebar.config

{erl_opts, [debug_info]}.
{deps, [
{ollama_handler, "0.1.0"}
]}.
{plugins, [
{rebar3_hex, "7.0.9"}
]}.
{profiles, [
{test, [{deps, []}]}
]}.
{hex, [
{description, "The Ollama Tests Generator is a powerful command-line tool designed to automatically generate unit tests for your code using AI models. This tool supports multiple programming languages and can adapt to your existing testing style, making it a versatile addition to your development workflow."},
{licenses, ["Apache-2.0"]},
{links, [
{"GitHub", "https://github.com/roquess/ollama_tests_generator"},
{"Hex.pm", "https://hex.pm/packages/ollama_tests_generator"}
]},
{maintainers, ["Steve Roques<steve.roques@gmail.com>, Jeremie Suzan<jeremie@jsz4n.dev>"]},
{doc, #{provider => edoc}}
]}.
{shell, [
{apps, [ollama_tests_generator]}
]}.