nvim-neotest / neotest-go

MIT License
133 stars 43 forks source link

TesetMain support #18

Closed lunarxlark closed 2 years ago

lunarxlark commented 2 years ago

I love this plugin ❤️

I think this plugin need to support TestMain.

  1. TestMain is executed before the test function is executed. (Right now, TestMain is not executed when individual tests are run)
  2. exclude TestMain from summary. (Not really important.)

I would like to hear function opinions on TestMain. Thanks.

lunarxlark commented 2 years ago
  1. TestMain is executed before the test function is executed. (Right now, TestMain is not executed when individual tests are run)

Sorry. TestMain is already executed befoer test func is executed.