{"id":21806656,"url":"https://github.com/hiphish/neotest-busted","last_synced_at":"2025-04-13T20:21:08.333Z","repository":{"id":224783130,"uuid":"763259640","full_name":"HiPhish/neotest-busted","owner":"HiPhish","description":"Neotest adapter for running busted tests.","archived":false,"fork":false,"pushed_at":"2025-01-05T16:48:58.000Z","size":65,"stargazers_count":9,"open_issues_count":3,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-27T10:51:16.338Z","etag":null,"topics":["busted","lua","neotest","neovim","neovim-plugin","testing"],"latest_commit_sha":null,"homepage":"https://gitlab.com/HiPhish/neotest-busted","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/HiPhish.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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},"funding":{"github":"HiPhish","ko_fi":"HiPhish","liberapay":"HiPhish","custom":["monero:42MKtvm2XkS6pSKx2Dd4P9Wfty2pefHbfjU2y2YoG4AKeEaNzRwnDbNX4hzAWeDpR8ZeecutY9Tmv51GLp7Ltgaf7ReHpFT"]}},"created_at":"2024-02-26T00:06:42.000Z","updated_at":"2025-02-02T15:53:48.000Z","dependencies_parsed_at":"2024-03-03T14:26:41.709Z","dependency_job_id":"26bcc599-489a-4bf2-baff-10a5078ba577","html_url":"https://github.com/HiPhish/neotest-busted","commit_stats":null,"previous_names":["hiphish/neotest-busted"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HiPhish%2Fneotest-busted","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HiPhish%2Fneotest-busted/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HiPhish%2Fneotest-busted/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HiPhish%2Fneotest-busted/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HiPhish","download_url":"https://codeload.github.com/HiPhish/neotest-busted/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248776108,"owners_count":21159717,"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":["busted","lua","neotest","neovim","neovim-plugin","testing"],"created_at":"2024-11-27T12:28:54.159Z","updated_at":"2025-04-13T20:21:08.293Z","avatar_url":"https://github.com/HiPhish.png","language":"Lua","funding_links":["https://github.com/sponsors/HiPhish","https://ko-fi.com/HiPhish","https://liberapay.com/HiPhish","monero:42MKtvm2XkS6pSKx2Dd4P9Wfty2pefHbfjU2y2YoG4AKeEaNzRwnDbNX4hzAWeDpR8ZeecutY9Tmv51GLp7Ltgaf7ReHpFT"],"categories":[],"sub_categories":[],"readme":".. default-role:: code\n\n################\n Neotest-Busted\n################\n\n   Any sufficiently complicated Lua test framework contains an ad hoc,\n   informally-specified, bug-ridden, slow implementation of half of Busted_.\n\nThis is a Neotest_ adapter for Busted_, a Lua test framework.\n\n.. image:: https://github.com/HiPhish/neotest-busted/assets/4954650/4ca74545-ca95-4e0b-ad32-b8d89c51b4f5\n   :alt: Screenshot of Neovim showing off the Neotest summary with busted tests\n\n.. warning::\n\n   The configuration file `.busted` contains executable Lua code and will be\n   executed when looking for test files.\n\n\nInstallation\n############\n\nInstall it like any other Neovim plugin.  Requires Neotest to be installed as\nwell, and `busted` to be in the `$PATH`.  It does not matter how you install\nBusted; personally I prefer to use Luarocks_.\n\n\nConfiguration\n#############\n\nThe adapter name is `Busted`.  There is no additional configuration needed\nbeyond the usual Neotest configuration.  You can give an explicit path to the\nBusted binary by setting the `g:bustedprg` variable, otherwise the default\n`busted` is used.\n\n\nStatus of the plugin\n####################\n\nIt works, but there might be some edge cases that are not handled properly yet.\nFeatures I have not yet attempted:\n\n- Debugging\n- Coloured output\n\n\nLicense\n#######\n\nLicensed under the terms of the MIT (Expat) license.  See the LICENSE_ file for\ndetails.\n\n\nAlternatives\n############\n\nHere are some other projects with similar goals.\n\n- `MisanthropicBit/neotest-busted`_\n- `nvim-neotest/neotest-plenary`_\n\n.. _Busted: https://lunarmodules.github.io/busted/\n.. _Neotest: https://github.com/nvim-neotest/neotest\n.. _Luarocks: https://luarocks.org/\n.. _LICENSE: LICENSE.txt\n.. _`MisanthropicBit/neotest-busted`: https://github.com/MisanthropicBit/neotest-busted\n.. _`nvim-neotest/neotest-plenary`: https://github.com/nvim-neotest/neotest-plenary\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhiphish%2Fneotest-busted","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhiphish%2Fneotest-busted","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhiphish%2Fneotest-busted/lists"}