Mercurial > dotfiles
comparison .elisp/nose.el @ 92:2563edf11e59
Latest nosemacs.
author | Augie Fackler <durin42@gmail.com> |
---|---|
date | Wed, 22 Apr 2009 10:17:31 -0500 |
parents | 79eec81404c3 |
children | e83373ab1581 |
comparison
equal
deleted
inserted
replaced
91:075b45c5aecc | 92:2563edf11e59 |
---|---|
69 (compilation-start command | 69 (compilation-start command |
70 nil | 70 nil |
71 (lambda (mode) (concat "*nosetests*"))))) | 71 (lambda (mode) (concat "*nosetests*"))))) |
72 (format | 72 (format |
73 (concat "%s " | 73 (concat "%s " |
74 (if nose-use-verbose "-v" "") | 74 (if nose-use-verbose "-v " "") |
75 "%s -w %s -c %ssetup.cfg %s") | 75 "%s -w %s -c %ssetup.cfg %s") |
76 (nose-find-test-runner) args where where tnames))) | 76 (nose-find-test-runner) args where where tnames))) |
77 ) | 77 ) |
78 | 78 |
79 (defun nosetests-all (&optional debug) | 79 (defun nosetests-all (&optional debug) |