You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is related to #73, because in absence of a configuration option for discovering and running specific Django tests via manage.py test, I just run them from the command line, by typing or pasting something like my_app.tests.ModelTestCase.test_model_method.
To run a test in the debugger, I edit launch.json each time I switch tests, e.g.:
Environment data
This is related to #73, because in absence of a configuration option for discovering and running specific Django tests via
manage.py test
, I just run them from the command line, by typing or pasting something likemy_app.tests.ModelTestCase.test_model_method
.To run a test in the debugger, I edit
launch.json
each time I switch tests, e.g.:I was thinking variable substition might allow me to write generic tasks and debugger configs for testing.
See also #3551.
Thanks for considering this, and your work on this extension.
The text was updated successfully, but these errors were encountered: