vscode extension launching a single test
Hi,
It seems that running a single test does not launch any action for me:
While running all tests work:
Is it me?
Thanks
Hi @lldelisle!
Unfortunately running a single test is not currently possible in planemo (as far as I know) so this option is not available at the moment :disappointed:
I see that this may be confusing but I couldn't find a way to remove the Play button for individual tests, as this is managed by the Test Explorer UI extension. This testing extension is currently being refactored and integrated into VSCode itself https://code.visualstudio.com/api/extension-guides/testing so, as soon as it is released we can work on adapting and enhancing a bit the testing of tools, and hopefully, we can add the support for running individual tests to planemo soon :smiley:
Thanks
@lldelisle you could create an issue on the planemo repo with the request to implement something like planemo test --test_number 3.
https://github.com/galaxyproject/planemo/issues/262 already exists :)
Thank you Marius for the link to the issue! I will keep this also open, so I don't forget to give it priority :)
Thanks all.