codymikol / neotest-kotlin

0 stars 0 forks source link

Correctly filter by test scope #2

Open codymikol opened 3 months ago

codymikol commented 3 months ago

currently for the command parser, we are passing * to the kotest_filter_tests environment variable. this should be updated to contain the namespace of the spec in which we are executing our testcase.