neotest

An extensible framework for interacting with tests within NeoVim.

MIT License

Stars
2.3K
Committers
62

Bot releases are visible (Hide)

neotest - v4.0.0

Published by github-actions[bot] almost 1 year ago

4.0.0 (2023-10-20)

Code Refactoring

BREAKING CHANGES

  • Requires NeoVim >= v0.9.0

  • refactor!: remove nvim-treesitter dependency

  • ci: fix tests

neotest - v3.4.7

Published by github-actions[bot] almost 1 year ago

3.4.7 (2023-10-20)

Bug Fixes

  • strategies/integrated: push output synchronously (e8ed1ac)
neotest - v3.4.6

Published by github-actions[bot] about 1 year ago

3.4.6 (2023-10-19)

Bug Fixes

  • client: check file exists before acting (#302) (455155f)
neotest - v3.4.5

Published by github-actions[bot] about 1 year ago

3.4.5 (2023-09-10)

Bug Fixes

neotest - v3.4.4

Published by github-actions[bot] about 1 year ago

3.4.4 (2023-07-24)

Bug Fixes

neotest - v3.4.3

Published by github-actions[bot] over 1 year ago

3.4.3 (2023-07-15)

Bug Fixes

  • config: disable quickfix opening by default (fb0b31a), closes #219
neotest - v3.4.2

Published by github-actions[bot] over 1 year ago

3.4.2 (2023-07-15)

Bug Fixes

neotest - v3.4.1

Published by github-actions[bot] over 1 year ago

3.4.1 (2023-06-15)

Bug Fixes

neotest - v3.4.0

Published by github-actions[bot] over 1 year ago

3.4.0 (2023-06-15)

Bug Fixes

  • watch: get queries from config directly (6e45884)

Features

  • watch consumer (1b35b4f)
  • watcher: allow functions instead of queries (9a5ed8e)
  • watch: link by imports (672f262)
  • watch: log lsp errors (5ad5f0c)
  • watch: toggle function (3649425)
  • watch: updating args, docs, config (f220b55)
neotest - v3.3.0

Published by github-actions[bot] over 1 year ago

3.3.0 (2023-06-05)

Features

neotest - v3.2.4

Published by github-actions[bot] over 1 year ago

3.2.4 (2023-05-29)

Bug Fixes

  • subprocess: abort on blocking mode (10e6763), closes #158
neotest - v3.2.3

Published by github-actions[bot] over 1 year ago

3.2.3 (2023-05-27)

Bug Fixes

  • dap: safely handle dap.run_last (80f9c96), closes #234
neotest - v3.2.2

Published by github-actions[bot] over 1 year ago

3.2.2 (2023-05-15)

Bug Fixes

  • stratgies/integrated: use nio.fn/api (6435a36)
neotest - v3.2.1

Published by github-actions[bot] over 1 year ago

3.2.1 (2023-05-13)

Bug Fixes

  • check for buffer existence on attach function (#244) (f3570eb)
  • config: pass global default strategy to project (42cf226), closes #248
  • integrated: catch deleted channel (35aa583)
neotest - v3.2.0

Published by github-actions[bot] over 1 year ago

3.2.0 (2023-05-02)

Features

neotest - v3.1.1

Published by github-actions[bot] over 1 year ago

3.1.1 (2023-04-27)

Bug Fixes

  • utilize bufhidden=wipe instead of forcibly deleting buffer (#238) (972a7dc)
neotest - v3.1.0

Published by github-actions[bot] over 1 year ago

3.1.0 (2023-04-19)

Features

neotest - v3.0.1

Published by github-actions[bot] over 1 year ago

3.0.1 (2023-04-19)

Bug Fixes

neotest - v3.0.0

Published by github-actions[bot] over 1 year ago

3.0.0 (2023-04-15)

Bug Fixes

  • control/queue: notify one listener on get (3dbac1e)

Features

  • lsp: server capabilities (b5bd043)
  • nio async library (25e23f1)
  • nio: logger (c793c92)
  • raise uncaught errors, wrap async API functions (ec43e87)

BREAKING CHANGES

  • Removes usage of plenary's async library which is not
    compatible with the new library.
neotest - v2.11.0

Published by github-actions[bot] over 1 year ago

2.11.0 (2023-04-10)

Features

  • diagnostic: set column position to first non-whitespace (#231) (2872401)