neotest

An extensible framework for interacting with tests within NeoVim.

MIT License

Stars
2.3K
Committers
62

Bot releases are visible (Hide)

neotest - v5.6.0

Published by github-actions[bot] 27 days ago

5.6.0 (2024-09-22)

Features

  • use client.supports_method instead of client.server_capabilities (#451) (48f8b5f)
neotest - v5.5.1

Published by github-actions[bot] 27 days ago

5.5.1 (2024-09-22)

Bug Fixes

  • ignore unnamed buffers on autocmd (#454) (9917051)
  • query: explicitly opt-in to legacy behavior (#450) (5be28ff)
neotest - v5.5.0 Latest Release

Published by github-actions[bot] about 2 months ago

5.5.0 (2024-08-26)

Features

neotest - v5.4.1

Published by github-actions[bot] about 2 months ago

5.4.1 (2024-08-26)

Bug Fixes

  • lib/process: read output before waiting for exit (#447) (808cc4e)
neotest - v5.4.0

Published by github-actions[bot] 3 months ago

5.4.0 (2024-07-13)

Features

neotest - v5.3.5

Published by github-actions[bot] 3 months ago

5.3.5 (2024-07-11)

Bug Fixes

  • properly handle nil value from cpu_info() (#427) (b0a5a59)
neotest - v5.3.4

Published by github-actions[bot] 3 months ago

5.3.4 (2024-07-11)

Bug Fixes

  • window: handle when a PersistedWindow's buffer has been deleted (#434) (46adcd0)
neotest - v5.3.3

Published by github-actions[bot] 4 months ago

5.3.3 (2024-06-09)

Bug Fixes

neotest - v5.3.2

Published by github-actions[bot] 4 months ago

5.3.2 (2024-06-09)

Bug Fixes

  • no autocommand file name to substitute for (#416) (2149a76)
neotest - v5.3.1

Published by github-actions[bot] 4 months ago

5.3.1 (2024-06-09)

Bug Fixes

neotest - v5.3.0

Published by github-actions[bot] 4 months ago

5.3.0 (2024-06-09)

Features

neotest - v5.2.5

Published by github-actions[bot] 5 months ago

5.2.5 (2024-05-22)

Bug Fixes

  • replace tbl_flatten to flatten():totable() (#410) (6f35d79)
neotest - v5.2.4

Published by github-actions[bot] 5 months ago

5.2.4 (2024-05-21)

Bug Fixes

neotest - v5.2.3

Published by github-actions[bot] 6 months ago

5.2.3 (2024-04-28)

Bug Fixes

  • luarocks: add nio to rockspec dependencies (5caac5c), closes #382
neotest - v5.2.2

Published by github-actions[bot] 6 months ago

5.2.2 (2024-04-28)

Bug Fixes

  • check buffer valid before set diagnostic (#389) (4e6bf45)
neotest - v5.2.1

Published by github-actions[bot] 6 months ago

5.2.1 (2024-04-28)

Bug Fixes

  • diagnostic: avoid arithmetic error when adding 1 to nil (#396) (44536f5)
neotest - v5.2.0

Published by github-actions[bot] 6 months ago

5.2.0 (2024-04-28)

Features

  • client: show stacktrace information when adapter fails (#397) (658131e)
neotest - v5.1.0

Published by github-actions[bot] 6 months ago

5.1.0 (2024-04-08)

Features

neotest - v5.0.1

Published by github-actions[bot] 7 months ago

5.0.1 (2024-03-20)

Bug Fixes

  • watch: use nio.lsp.get_clients (e07fe82), closes #383
neotest - v5.0.0

Published by github-actions[bot] 7 months ago

5.0.0 (2024-03-18)

Features

BREAKING CHANGES