Commit Graph

26 Commits

Author SHA1 Message Date
Daniel Watkins
e53920d145 chore: styling (#38) 2022-11-22 09:41:45 +00:00
Daniel Watkins
16c3c90b55 feat(query): include test decorators in the test definition (#34)
This means that `neotest.run.run` when the cursor is on a test's
decorators will run the decorated test (instead of running the previous
test in the file, the current behaviour).

Fixes: #31
2022-11-10 08:41:54 +00:00
Rónán Carrigan
15f566a484 fix: check exit code of proc
See https://github.com/nvim-neotest/neotest/issues/127
2022-10-13 08:44:58 +01:00
Nick
eb8fa2c48c fix: assing script path var (#18) 2022-10-03 08:44:16 +01:00
Rónán Carrigan
143aacd04e fix: search runtime for python script
See https://github.com/nvim-neotest/neotest/issues/118
2022-10-01 14:48:18 +01:00
Rónán Carrigan
a0c5c567fb fix: use correct separator
See https://github.com/nvim-neotest/neotest/issues/118
2022-09-28 09:02:29 +01:00
Rónán Carrigan
288e58b83d feat: filter_dir function 2022-09-12 06:59:47 +01:00
Rónán Carrigan
c76e25df65 feat: custom python command
See #14
2022-08-21 21:28:56 +01:00
Rónán Carrigan
aaf83100b6 feat: streamed results 2022-07-23 15:02:35 +01:00
Rónán Carrigan
023b7bda64 fix: handle missing pipenv/poetry
See #10
2022-07-10 17:19:57 +01:00
Rónán Carrigan
4ded85dfbf fix: default root to cwd in python detection 2022-06-26 10:48:41 +01:00
Nick
fe5fbe4e34 feat: poetry/pipenv python detection (#9) 2022-06-23 09:36:05 +01:00
Rónán Carrigan
de234d600e feat: custom test file detection
See #3
2022-06-14 10:16:58 +01:00
Rónán Carrigan
e4a97894b5 fix: include extra args 2022-06-08 22:10:43 +01:00
Rónán Carrigan
304cee0223 fix: allow files ending in _test
See #3
2022-06-08 21:24:06 +01:00
Rónán Carrigan
e040840e65 feat: remove vim-test arg compat 2022-06-05 11:24:07 +01:00
Rónán Carrigan
ff70ffac75 refactor: rename types 2022-03-13 15:16:23 +00:00
Rónán Carrigan
ca177b4c8a feat: use neotest async 2022-03-13 14:55:13 +00:00
Rónán Carrigan
95e4decca9 fix: remove snake_case requirement for test names 2022-02-20 12:34:02 +00:00
Rónán Carrigan
49ed805750 feat: add dap args 2022-02-07 09:27:43 +00:00
Rónán Carrigan
a02e6d5acb feat: async build_spec 2022-02-06 21:18:33 +00:00
Rónán Carrigan
1323c5ff09 feat: root finder 2022-01-17 09:49:40 +00:00
Rónán Carrigan
fc2506b841 fix: remove pyhon path from dap 2022-01-10 10:09:47 +00:00
Rónán Carrigan
5bca040611 feat: remove file searching 2022-01-07 23:06:55 +00:00
Rónán Carrigan
c0a5d07143 feat: new interface 2022-01-04 09:29:32 +00:00
Rónán Carrigan
b162ba1b42 feat: init commit 2022-01-02 23:15:23 +00:00