This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(use-package elpy | |
:config | |
(progn (elpy-enable) | |
(defun elpy-nose-test-spec (module test) | |
(cond (test | |
(format "%s:%s" module test)) | |
(module module) | |
(t ""))) | |
(defun elpy-test-nose-pdb-runner (top file module test) | |
"Test the project using the nose test runner with the --pdb arg. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ffprobe -v quiet -print_format json -show_format -show_streams "lolwut.mp4" > "lolwut.mp4.json" |