{"id":13494340,"url":"https://github.com/nvim-neotest/neotest-plenary","last_synced_at":"2025-08-21T11:32:17.511Z","repository":{"id":38202911,"uuid":"443890445","full_name":"nvim-neotest/neotest-plenary","owner":"nvim-neotest","description":null,"archived":false,"fork":false,"pushed_at":"2024-09-15T15:21:03.000Z","size":24,"stargazers_count":43,"open_issues_count":12,"forks_count":12,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-08T09:47:44.872Z","etag":null,"topics":["lua","neovim","plenary"],"latest_commit_sha":null,"homepage":null,"language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nvim-neotest.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2022-01-02T23:16:00.000Z","updated_at":"2025-02-02T05:05:13.000Z","dependencies_parsed_at":"2024-08-09T14:28:05.774Z","dependency_job_id":"13caae63-625f-4e0a-879b-5f631aefa978","html_url":"https://github.com/nvim-neotest/neotest-plenary","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nvim-neotest/neotest-plenary","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nvim-neotest%2Fneotest-plenary","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nvim-neotest%2Fneotest-plenary/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nvim-neotest%2Fneotest-plenary/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nvim-neotest%2Fneotest-plenary/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nvim-neotest","download_url":"https://codeload.github.com/nvim-neotest/neotest-plenary/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nvim-neotest%2Fneotest-plenary/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271470214,"owners_count":24765347,"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","status":"online","status_checked_at":"2025-08-21T02:00:08.990Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["lua","neovim","plenary"],"created_at":"2024-07-31T19:01:24.066Z","updated_at":"2025-08-21T11:32:17.244Z","avatar_url":"https://github.com/nvim-neotest.png","language":"Lua","funding_links":[],"categories":["Lua"],"sub_categories":[],"readme":"# neotest-plenary\n\n[Neotest](https://github.com/rcarriga/neotest) adapter for [plenary.nvim](https://github.com/nvim-lua/plenary.nvim) busted tests.\n\n![image](https://user-images.githubusercontent.com/24252670/158066001-713829a6-c515-4dbe-84eb-3a486a3142d5.png)\n\nThis is WIP as use cases are discovered. Currently any `minimal_init.lua/vim` will be used when running tests.\nIf you have extra requirements for running tests, please raise an issue to discuss incorporating it into this adapter.\n\nRequires [nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter) and the parser for lua.\n\n```lua\nrequire(\"neotest\").setup({\n  adapters = {\n    require(\"neotest-plenary\"),\n  },\n})\n```\n\n## Minimal `init.lua`\n\nBy default, `neotest-plenary` will glob for:\n\n- `*/testrc*`\n- `*/minimal_init*`\n- `test*/init.vim`\n\nOr, you can specify the exact file to use via, with each instance of the adapter\nhaving different configurations.\n\n```lua\nrequire(\"neotest\").setup({\n  projects = {\n    [\"~/Dev/my-plugin\"] = require(\"neotest-plenary\")({\n      min_init = \"./path/to/test_init.lua\",\n    }),\n  },\n  adapters = {\n    require(\"neotest-plenary\"), -- Default globbing for all other projects\n  },\n})\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnvim-neotest%2Fneotest-plenary","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnvim-neotest%2Fneotest-plenary","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnvim-neotest%2Fneotest-plenary/lists"}