Skip to content

Commit fb74df7

Browse files
committed
-
1 parent c52bbd5 commit fb74df7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test_python_toolbox/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,4 @@ def exists(module_name):
6868
def invoke_nose(arguments=_default_nose_arguments):
6969
'''Start Nose using this `test_python_toolbox` test package.'''
7070
nose.run(defaultTest='test_python_toolbox',
71-
argv=([sys.argv[0]] + arguments))
72-
71+
argv=(arguments + sys.argv[1:]))

0 commit comments

Comments
 (0)