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
I regularly find myself wanting to copy and paste the name of the module, function, class, or method that I'm looking at, sometimes individually, sometimes in dotted form, e.g. module.sub_module.Class.method or module.function. It looks like those bits of information are available via the Outline and Breadcrumbs, but I haven't found a way to get at them.
This is somewhat 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.
Thanks for considering this, and your work on this extension.
The text was updated successfully, but these errors were encountered:
Environment data
I regularly find myself wanting to copy and paste the name of the module, function, class, or method that I'm looking at, sometimes individually, sometimes in dotted form, e.g.
module.sub_module.Class.method
ormodule.function
. It looks like those bits of information are available via the Outline and Breadcrumbs, but I haven't found a way to get at them.This is somewhat 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
.Thanks for considering this, and your work on this extension.
The text was updated successfully, but these errors were encountered: