feat: add django test command

Added django's manage.py test command as a shortcut
This commit is contained in:
2023-06-02 17:08:20 +02:00
parent 251826c048
commit 5d45eccfef
3 changed files with 12 additions and 4 deletions

View File

@@ -31,4 +31,7 @@ pub enum Django {
/// Run Django's manage.py shell.
Shell,
/// Run Django's manage.py test.
Test,
}