neotest

An extensible framework for interacting with tests within NeoVim.

MIT License

Stars
2.3K
Committers
62

Bot releases are visible (Hide)

neotest - v2.10.1

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

2.10.1 (2023-04-02)

Bug Fixes

neotest - v2.10.0

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

2.10.0 (2023-03-25)

Features

neotest - v2.9.1

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

2.9.1 (2023-03-13)

Bug Fixes

  • output: only set current win when needed (bbbfa55), closes #219
neotest - v2.9.0

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

2.9.0 (2023-03-13)

Features

neotest - v2.8.0

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

2.8.0 (2023-02-17)

Features

  • positions: allow range-less children when building (0d17889), closes #206
neotest - v2.7.0

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

2.7.0 (2023-02-17)

Bug Fixes

  • client: ignore adapter with no root position (#193) (3b41a1a)
  • quickfix: always set QF list after a test run (#205) (8807379)
  • runner: check missing test still exists (#201) (568feb5)
  • subprocess: load dependencies on startup (392808a), closes #198
  • tree: nil check when fetching nearest (a908daa), closes #198

Features

neotest - v2.6.4

Published by github-actions[bot] almost 2 years ago

2.6.4 (2023-01-06)

Bug Fixes

  • files: use isdirectory function (fee5ce9), closes #188
neotest - v2.6.3

Published by github-actions[bot] almost 2 years ago

2.6.3 (2022-12-31)

Bug Fixes

  • subprocess: reduce log level (414b43f)
neotest - v2.6.2

Published by github-actions[bot] almost 2 years ago

2.6.2 (2022-12-31)

Bug Fixes

  • quickfix: handle position ID not existing anymore (d32b8bf), closes #187
neotest - v2.6.1

Published by github-actions[bot] almost 2 years ago

2.6.1 (2022-12-31)

Bug Fixes

  • subprocess: connect via tcp (3deec08)
neotest - v2.6.0

Published by github-actions[bot] almost 2 years ago

2.6.0 (2022-12-31)

Bug Fixes

Features

neotest - v2.5.0

Published by github-actions[bot] almost 2 years ago

2.5.0 (2022-12-15)

Features

neotest - v2.4.0

Published by github-actions[bot] almost 2 years ago

2.4.0 (2022-12-10)

Features

neotest - v2.3.0

Published by github-actions[bot] almost 2 years ago

2.3.0 (2022-12-08)

Features

neotest - v2.2.2

Published by github-actions[bot] almost 2 years ago

2.2.2 (2022-12-08)

Bug Fixes

  • client: uses project default strategy (fbd806c), closes #175
neotest - v2.2.1

Published by github-actions[bot] almost 2 years ago

2.2.1 (2022-12-05)

Bug Fixes

  • output-panel: replace newlines, only test output (d9bd5b0), closes #123
neotest - v2.2.0

Published by github-actions[bot] almost 2 years ago

2.2.0 (2022-12-01)

Features

  • strategies: limit processes (498d0c1)
  • subprocess: use request for calls to catch error (a28b7ef)
neotest - v2.1.0

Published by github-actions[bot] almost 2 years ago

2.1.0 (2022-11-26)

Bug Fixes

  • lib/process: handle multiple reads (fcaa7b2)
  • lib/process: set outputs to nil if not read (b449394)

Features

  • client: log traceback on discovery error (bfccc75)
neotest - v2.0.0

Published by github-actions[bot] almost 2 years ago

2.0.0 (2022-11-26)

Bug Fixes

  • float: cancel auto-close if no longer floating (#168) (274d9f0), closes #136

Features

BREAKING CHANGES

  • Removes the has_started and ensure_started client
    methods
neotest - v1.44.1

Published by github-actions[bot] almost 2 years ago

1.44.1 (2022-11-18)

Bug Fixes