← All plugins
unit-testing
v1.2.1Unit and integration test automation for Python and JavaScript with debugging support
CodexClaude Code
by Seth HobsonMIT38.6kupdated 4 days ago
Source
git clone https://github.com/wshobson/agentsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/unit-testing/ inside the repository.
Layout
plugins/unit-testing/
├── .codex-plugin/plugin.json└── .claude-plugin/plugin.json
Manifests2
plugins/unit-testing/.codex-plugin/plugin.json
{
"name": "unit-testing",
"version": "1.2.1",
"description": "Unit and integration test automation for Python and JavaScript with debugging support",
"skills": "./skills/",
"author": {
"name": "Seth Hobson",
"email": "seth@major7apps.com"
},
"license": "MIT",
"interface": {
"displayName": "Unit Testing",
"shortDescription": "Unit and integration test automation for Python and JavaScript with debugging support",
"category": "Coding"
}
}plugins/unit-testing/.claude-plugin/plugin.json
{
"name": "unit-testing",
"version": "1.2.1",
"description": "Unit and integration test automation for Python and JavaScript with debugging support",
"author": {
"name": "Seth Hobson",
"email": "seth@major7apps.com"
},
"license": "MIT"
}