mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-21 12:50:27 +08:00
Fixed indent on nose.run, so it will run when verbose is False
This commit is contained in:
+1
-1
@@ -79,7 +79,7 @@ else:
|
||||
args = ['', pkg_dir, '--exe']
|
||||
if verbose:
|
||||
args.extend(['-v', '-s'])
|
||||
nose.run('skimage', argv=args)
|
||||
nose.run('skimage', argv=args)
|
||||
|
||||
test_verbose = functools.partial(test, verbose=True)
|
||||
test_verbose.__doc__ = test.__doc__
|
||||
|
||||
Reference in New Issue
Block a user