{"id":14964509,"url":"https://github.com/jamesvorder/python-tddpp","last_synced_at":"2026-01-21T02:32:09.152Z","repository":{"id":248183053,"uuid":"827827364","full_name":"JamesVorder/python-tddpp","owner":"JamesVorder","description":"This LLM generates code based on tests, and makes sure they pass.","archived":false,"fork":false,"pushed_at":"2024-08-06T17:56:00.000Z","size":128,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-08T08:47:35.780Z","etag":null,"topics":["automatic-program-repair","automatic-programming","llama","llm","tdd"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JamesVorder.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-12T13:11:41.000Z","updated_at":"2024-08-03T03:32:12.000Z","dependencies_parsed_at":"2024-07-12T23:12:38.822Z","dependency_job_id":"4093441e-5848-484d-b3b2-896c4ec77b4e","html_url":"https://github.com/JamesVorder/python-tddpp","commit_stats":{"total_commits":24,"total_committers":1,"mean_commits":24.0,"dds":0.0,"last_synced_commit":"33a6079028ee18c6083af49cecc21b347e606024"},"previous_names":["jamesvorder/python-tddpp"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesVorder%2Fpython-tddpp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesVorder%2Fpython-tddpp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesVorder%2Fpython-tddpp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesVorder%2Fpython-tddpp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JamesVorder","download_url":"https://codeload.github.com/JamesVorder/python-tddpp/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247873801,"owners_count":21010539,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["automatic-program-repair","automatic-programming","llama","llm","tdd"],"created_at":"2024-09-24T13:33:17.164Z","updated_at":"2026-01-21T02:32:09.146Z","avatar_url":"https://github.com/JamesVorder.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TDD++\n\nThe goal of this tool is to bring TDD to the next level.\nRather than writing tests first, let's write tests _only_.\nProvided is a command line tool, which, given a class skeleton and a test suite,\nwill generate successive class implementations until all tests pass.\n\nThis work is heavily based off of the work in [Mohannadcse/AlloySpecRepair](https://github.com/Mohannadcse/AlloySpecRepair).\n\n## Dependencies\n* `ollama`\n* `llama3:latest`\n* `poetry`\n\n### Serving Your Own LLM\nIn order to run the code as-is, you must self serve your own LLM locally.\nCurrently, this is hard-coded to llama3:latest.\nIf you have ollama installed, self serving this LLM locally is trivial:\n\n```commandline\nollama serve\nollama run llama3:latest\n```\n\n## Running The Tool\nFor usage information, run:\n```commandline\npoetry run python -m main --help\n```\n\n# Roadmap\n* Containerization\n* Configurable OpenAI API key for ChatGPT usage\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjamesvorder%2Fpython-tddpp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjamesvorder%2Fpython-tddpp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjamesvorder%2Fpython-tddpp/lists"}