xhd2015 / xgo

All-in-one go testing library
MIT License
368 stars 19 forks source link

test-explorer: fix windows test path #240

Closed xhd2015 closed 4 months ago

xhd2015 commented 4 months ago

When using test explorer from windows, the test command being used is:

xgo test -v -run '^TestStrip$' './cmd\xgo\coverage'

Which should be:

xgo test -v -run '^TestStrip$' './cmd/xgo/coverage'