mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-21 12:50:27 +08:00
Add --exe directive to doc test
This commit is contained in:
+1
-1
@@ -92,7 +92,7 @@ else:
|
||||
"""Run all doctests."""
|
||||
import nose
|
||||
# do not run normal test files
|
||||
args = ['', pkg_dir, '--with-doctest', '--ignore-files=^\.',
|
||||
args = ['', pkg_dir, '--exe', '--with-doctest', '--ignore-files=^\.',
|
||||
'--ignore-files=^setup\.py$$', '--ignore-files=test']
|
||||
if verbose:
|
||||
args.extend(['-v', '-s'])
|
||||
|
||||
Reference in New Issue
Block a user