{"id":13895713,"url":"https://github.com/nvim-neotest/neotest-vim-test","last_synced_at":"2025-04-14T21:51:41.187Z","repository":{"id":104021256,"uuid":"469403390","full_name":"nvim-neotest/neotest-vim-test","owner":"nvim-neotest","description":"Neotest adapter for vim-test","archived":false,"fork":false,"pushed_at":"2023-04-17T08:38:10.000Z","size":11,"stargazers_count":27,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-28T09:51:37.294Z","etag":null,"topics":["lua","neovim","testing","vim","vim-test"],"latest_commit_sha":null,"homepage":null,"language":"Lua","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/nvim-neotest.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}},"created_at":"2022-03-13T14:56:37.000Z","updated_at":"2025-03-14T01:06:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"3d772abd-fff3-4343-bd16-813482678fe8","html_url":"https://github.com/nvim-neotest/neotest-vim-test","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nvim-neotest%2Fneotest-vim-test","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nvim-neotest%2Fneotest-vim-test/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nvim-neotest%2Fneotest-vim-test/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nvim-neotest%2Fneotest-vim-test/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nvim-neotest","download_url":"https://codeload.github.com/nvim-neotest/neotest-vim-test/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248968741,"owners_count":21191158,"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":["lua","neovim","testing","vim","vim-test"],"created_at":"2024-08-06T18:02:24.924Z","updated_at":"2025-04-14T21:51:41.094Z","avatar_url":"https://github.com/nvim-neotest.png","language":"Lua","funding_links":[],"categories":["Lua"],"sub_categories":[],"readme":"# neotest-vim-test\n\n[Neotest](https://github.com/rcarriga/neotest) adapter for vim-test.\nSupports running any test runner that is supported by vim-test.\nAny existing vim-test configuration should work out of the box.\n\nRequires [vim-test](https://github.com/vim-test/vim-test/) to be installed.\n\nIt is recommended to add any filetypes that are covered by another adapter to the ignore list.\n\n```lua\nrequire(\"neotest\").setup({\n  adapters = {\n    ..., -- Any other adapters\n    require(\"neotest-vim-test\")({ ignore_filetypes = { \"python\", \"lua\" } }),\n    -- Or to only allow specified file types\n    require(\"neotest-vim-test\")({ allow_file_types = { \"haskell\", \"elixir\" } }),\n  }\n})\n```\n\n## Issues\n\nThis is a simple wrapper around vim-test.\nThere are several features lacking that more integrated adapters will have along with bugs that can't be fixed:\n\n- No error diagnostics\n- Performance issues\n  - Tests are all run in separate processes\n  - Has to communicate with vimscript for a lot of the functionality which requires synchronous code\n- There may be false positives on what files are test files (e.g. all `.vim` files are detected as test files) due to how vim-test detects files.\n- Multiple languages run in the same suite\n\nThis adapter should only be used if there is no alternative available for your test runner.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnvim-neotest%2Fneotest-vim-test","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnvim-neotest%2Fneotest-vim-test","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnvim-neotest%2Fneotest-vim-test/lists"}