nova-python / Python.novaextension

Python for Nova
MIT License
11 stars 1 forks source link

unit test sidebar #1

Open dcwatson opened 11 months ago

dcwatson commented 11 months ago

I'd love to have a Testing sidebar that discovers unit tests, can run them, and shows the results. My inclination would be to start with supporting the built-in unittest module. pytest support would be great as well, but maybe in a separate extension - there's a lot more options there.