neotest

An extensible framework for interacting with tests within NeoVim.

MIT License

Stars
2.3K
Committers
62

Bot releases are visible (Hide)

neotest - v1.20.8

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

1.20.8 (2022-08-04)

Bug Fixes

  • output: check for output on results (#85) (42ba517)
neotest - v1.20.7

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

1.20.7 (2022-08-03)

Bug Fixes

  • runner: mark files as skipped if no child tests run (956ff67)
neotest - v1.20.6

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

1.20.6 (2022-08-03)

Bug Fixes

  • status: detect result before running (1ef91b5)
neotest - v1.20.5

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

1.20.5 (2022-08-02)

Bug Fixes

neotest - v1.20.4

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

1.20.4 (2022-08-02)

Bug Fixes

  • summary: check for pending renders (c76f3be)
neotest - v1.20.3

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

1.20.3 (2022-07-31)

Bug Fixes

  • files: check for empty stream data (c4fed39)

Performance Improvements

  • diagnostic: avoid checking bufnr for each path (4fdce02), closes #78
neotest - v1.20.2

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

1.20.2 (2022-07-27)

Performance Improvements

  • summary: reduce renders using render loop (2f5e9f6), closes #78
neotest - v1.20.1

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

1.20.1 (2022-07-26)

Bug Fixes

neotest - v1.20.0

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

1.20.0 (2022-07-25)

Features

neotest - v1.19.0

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

1.19.0 (2022-07-23)

Features

neotest - v1.18.0

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

1.18.0 (2022-07-17)

Features

  • ui: add NeotestUnknown highlight group (#69) (7e13978)
neotest - v1.17.0

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

1.17.0 (2022-07-17)

Features

  • output: auto-exit terminal mode (cb4e8c2), closes #67
neotest - v1.16.0

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

1.16.0 (2022-07-15)

Bug Fixes

  • client: adapter dir check (703a297)
  • client: check adapter_id before update (4c90228)
  • client: correct self arg for runner (6a35506)
  • client: discover dirs under root (ee97820)
  • client: don't send dirs for test file query (b0b8e7d)
  • client: use args env/cwd (c6f80b9), closes #34

Features

  • client: notify on error while building spec (2160291), closes #64
neotest - v1.15.1

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

1.15.1 (2022-07-10)

Bug Fixes

  • lib/process: raise errors (d83e34a)
neotest - v1.15.0

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

1.15.0 (2022-07-10)

Features

neotest - v1.14.0

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

1.14.0 (2022-07-10)

Bug Fixes

  • files: parse dir and file with same name (eb8b29d), closes #62

Features

neotest - v1.13.1

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

1.13.1 (2022-07-06)

Bug Fixes

neotest - v1.13.0

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

1.13.0 (2022-07-05)

Features

  • output: customise window opening (595e769), closes #56
neotest - v1.12.0

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

1.12.0 (2022-07-04)

Bug Fixes

  • summary: redraw after render (b8c66b0)

Features

  • strategies/integrated: async write (8555ca5)
neotest - v1.11.0

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

1.11.0 (2022-07-03)

Features

  • output: auto jump if same type (a291682), closes #52