nvim-neotest / neotest-plenary

MIT License
32 stars 11 forks source link

Minor question on a code snippet in init.lua #23

Open ByunghoonKim opened 2 months ago

ByunghoonKim commented 2 months ago

Hi, first of all, thank you for your effort for this plugin, and neotest.

I was reading your code today and encountered a minor question.

https://github.com/nvim-neotest/neotest-plenary/blob/dcaf5ed67a9e28a246e9783319e5aa6c9ea1c584/lua/neotest-plenary/init.lua#L68

The document as well as the code of neotest only deals with nested_tests, require_namespaces, and position_id. Does this render nested_namespaces in the above snippet a left-over from older codes of neotest or maybe just a mistake in this plugin?

Thank you for your time.