Merge pull request #2860 from alyjak/test_run_argv

Pass command args into nose unit test runner from tests/run.py
This commit is contained in:
Takeshi KOMIYA 2016-08-17 01:42:48 +09:00 committed by GitHub
commit 6e3bba431f

View File

@ -48,4 +48,4 @@ tempdir.makedirs()
print('Running Sphinx test suite (with Python %s)...' % sys.version.split()[0])
sys.stdout.flush()
nose.main()
nose.main(argv=sys.argv)