Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e52b541 commit db0d7aaCopy full SHA for db0d7aa
1 file changed
tests.py
@@ -47,7 +47,7 @@ def run(extra_args):
47
48
nose.main(addplugins=[x() for x in plugins],
49
defaultTest=default_test_modules,
50
- argv=extra_args)
+ argv=sys.argv + extra_args)
51
52
53
if __name__ == '__main__':
0 commit comments