hbenl / vscode-test-explorer

The VS Code Test Explorer extension
MIT License
214 stars 55 forks source link

Help with Django test adapter. #150

Open thales-maciel opened 4 years ago

thales-maciel commented 4 years ago

Since django adds some really useful things to the default unittest module in python, I started building a test adapter for It. Unfortunately I'm not very good with node, js and ts, so I'm really stuck. I'm able to load the tests, but I can't find a way to run them.

I was wondering if anybody wants to collaborate in this project or maybe show me some nice resources so I can get It done.

kondratyev-nv commented 4 years ago

@thales-maciel I think you can try adding support for Django into Python Test Explorer for Visual Studio Code. At least it would be great to discuss whether it is possible to add there. You can create an issue in https://github.com/kondratyev-nv/vscode-python-test-adapter and I'll be glad to help 👍