kondratyev-nv / vscode-python-test-adapter

Python Test Adapter for the VS Code Test Explorer
https://marketplace.visualstudio.com/items?itemName=LittleFoxTeam.vscode-python-test-adapter
MIT License
117 stars 27 forks source link

Added Support Of Django Unittests #294

Closed mh-firouzjah closed 9 months ago

mh-firouzjah commented 1 year ago

Added Support Of Django Unittests

the result is something like this: Screenshot_20230717_085829

mh-firouzjah commented 1 year ago

@kondratyev-nv the last commit is compatible with both python 2 & 3 versions since there isn't any new version related syntax used. it's just pure old python.

kondratyev-nv commented 11 months ago

Thanks for the PR!

  1. Can you please add a sample django app with tests in test/test_samples? The goal is to be able to see some sample tests discovered and run during debugging and for tests.
  2. Can you please attach a screenshot or something of how this works?
mh-firouzjah commented 11 months ago

Thanks for the PR!

  1. Can you please add a sample django app with tests in test/test_samples? The goal is to be able to see some sample tests discovered and run during debugging and for tests.
  2. Can you please attach a screenshot or something of how this works?

Done!

kondratyev-nv commented 11 months ago

Can you please add a sample app with tests in test/test_samples? Something similar to the project you have on the screenshot. It'd be easy to verify and maintain that way. Thanks!