/vscode-django-test-path

💻 VSCode extension to easily copy test path of a selected method, class or file.

Primary LanguageJavaScript

Copy Django Test Path

This extension adds commands to easily copy test path to classes, methods, or files.

🤔 How to use it ?

Commands are accessible from:

  • Command
  • Explorer contextual menu
  • Editor contextual menu
  • Editor title contextual menu

👨🏻‍🏫 Basic example

Basic example

🛠 Settings

The test command added to the copied path can be changed in the VSCode Preferences.

👨🏻‍💻 Developer