エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
現在開いているバッファのDjangoのテストをEmacsから実行する - Qiita
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
現在開いているバッファのDjangoのテストをEmacsから実行する - Qiita
(use-package s :ensure t) (require 's) (defun our-django--get-project-root-directory () "Djangoの... (use-package s :ensure t) (require 's) (defun our-django--get-project-root-directory () "Djangoのprojectのrootディレクトリを取得する" (locate-dominating-file (or buffer-file-name default-directory) "manage.py")) (defun our-django--generate-command (command &optional options) "Djangoのコマンドを生成する" (format "python manage.py %s %s" command (or options ""))) (defun our-django--get-run-test-command (file-name current-